mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Planes 1.06 index out of range fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user