diff --git a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs index c275a17..75d40ed 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -561,7 +561,7 @@ public class Planes : ICommand } else //this leaves rows 0-5 and columns 0-10, exactly what we need for the board { - switch (planesBoards[useBoard][row, column]) + switch (planesBoards[useBoard][row, column + counter]) { case 0: output += Air;