From 56ef81ab73e1fa8ccf7c9d05b25d9fb8ce180a93 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:34:35 -0500 Subject: [PATCH] Move the counter --- 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 b36d12c..ad16620 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -396,8 +396,8 @@ public class Planes : ICommand } //maybe fuckery around here } + counter++; } - counter++; plane.Gravity(); if (counter % 13 != 0) continue; planesBoard = planesBoard2;