Planes infinite loop

This commit is contained in:
barelyprofessional
2025-10-11 00:41:23 -05:00
parent 2bd7b0d94a
commit 15364fc339

View File

@@ -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;