mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Planes infinite loop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user