From ed2a110305d56d3eaa7dde25f1e5ea9af67f9a5b Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Thu, 9 Oct 2025 20:48:34 -0500 Subject: [PATCH] Another patch for planes --- 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 db08579..1fd6d6a 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -563,7 +563,7 @@ public class Planes : ICommand else //this leaves rows 0-5 and columns 0-10, exactly what we need for the board { logger.Info($"Attempting to get planeboard info while generating main frames. Board: {useBoard} | Row: {row} | Column: {column} | Counter: {counter}"); - switch (planesBoards[useBoard][row, column+counter]) + switch (planesBoards[useBoard][row, (column+counter) % 10]) { case 0: output += Air;