From 2bd7b0d94a4c525999c8b1d5ef884b187cdc7740 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sat, 11 Oct 2025 00:30:05 -0500 Subject: [PATCH] Planes 1.12 more hotfixes --- 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 7cd2c1e..93d3358 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -619,7 +619,7 @@ public class Planes : ICommand * so in this case where the value is -3, we need planesBoards[0][row, 20 - counter] */ int counter2; - if ((column + counter) % 20 < 0) counter2 = 20 - (column + counter); + if ((column + counter) % 20 < 0) counter2 = 20 + (column + counter); else counter2 = (column + counter) % 20; if (firstBoard && (counter + column < 0)) {