mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-15 18:42:44 -04:00
Update full counter thingy
This commit is contained in:
@@ -543,7 +543,7 @@ public class Planes : ICommand
|
|||||||
|
|
||||||
private string GetGameBoard(int fullCounter, List<int[,]> planesBoards, Plane plane, int carrierCount, bool noseUp)
|
private string GetGameBoard(int fullCounter, List<int[,]> planesBoards, Plane plane, int carrierCount, bool noseUp)
|
||||||
{
|
{
|
||||||
var firstBoard = fullCounter < 20;
|
var firstBoard = fullCounter < 23;
|
||||||
var logger = LogManager.GetCurrentClassLogger();
|
var logger = LogManager.GetCurrentClassLogger();
|
||||||
var counter = fullCounter % 23 - 3;
|
var counter = fullCounter % 23 - 3;
|
||||||
var output = "";
|
var output = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user