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;