Planes 1.06 index out of range fix

This commit is contained in:
barelyprofessional
2025-10-10 00:14:04 -05:00
parent 4c4567d4a9
commit 26e0413afa

View File

@@ -347,7 +347,7 @@ public class Planes : ICommand
await Task.Delay(TimeSpan.FromMilliseconds(frameLength / 3), ctx);
var neutral = false;
var frameCounter = 0;
if (fullCounter < 0)
if (fullCounter < 3)
{
while (fullCounter < 3)
{