From 662a8387f1acba1bc7d73ae3fee46ee5e9e6f3d1 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Fri, 10 Oct 2025 01:38:52 -0500 Subject: [PATCH] Planes 1.07 counter updates --- 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 f5dab57..c9e5fe9 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -343,7 +343,7 @@ public class Planes : ICommand { if (fullCounter > 20) firstBoard = false; counter = fullCounter % 23-3; - if (!firstBoard) counter += 3; + if (!firstBoard) counter = (fullCounter - 3) % 20; if (counter % 20 == 19) boardCounter++; await Task.Delay(TimeSpan.FromMilliseconds(frameLength / 3), ctx); var neutral = false;