From 5197197a395e7e1d1ac6a4b68bff9370191a92bf Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sat, 11 Oct 2025 19:14:47 -0500 Subject: [PATCH] Planes 1.19 hotpatch --- 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 8967235..b5933b0 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -455,7 +455,7 @@ public class Planes : ICommand fullCounter++; } plane.Gravity(); - if (((fullCounter - 3)%20 == 0) && !firstBoard)//removes old planesboard, adds new planeboard when necessary **********************************************************************NEEDS MORE UPDATES + if ((fullCounter - 3) % 20 == 0)//removes old planesboard, adds new planeboard when necessary **********************************************************************NEEDS MORE UPDATES { logger.Info($"Switching planes boards. FullCounter: {fullCounter} | Counter: {counter}"); planesBoards.RemoveAt(0);