From 15364fc339d36d52d66fb980f353298b9b5b4970 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sat, 11 Oct 2025 00:41:23 -0500 Subject: [PATCH] Planes infinite loop --- 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 93d3358..cdbdc94 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -630,7 +630,7 @@ public class Planes : ICommand logger.Info($"Attempting to get planeboard info while generating main frames. Board: {useBoard} | Row: {row} | Column: {column} | Counter: {counter}"); try { - switch (planesBoards[useBoard][row, counter2]) + switch (planesBoards[useBoard][plane.Height, counter]) { case 0: output += Air;