Update full counter thingy

This commit is contained in:
barelyprofessional
2025-10-10 20:06:14 -05:00
parent 22bf9c74d6
commit 0971b444fc

View File

@@ -543,7 +543,7 @@ public class Planes : ICommand
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 counter = fullCounter % 23 - 3;
var output = "";