From 0971b444fc86d1123a7149b083541df1ed295974 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Fri, 10 Oct 2025 20:06:14 -0500 Subject: [PATCH] Update full counter thingy --- KfChatDotNetBot/Commands/KasinoGambaCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs index a27e9d8..4bf5f6a 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -543,7 +543,7 @@ public class Planes : ICommand private string GetGameBoard(int fullCounter, List 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 = "";