mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Move the counter
This commit is contained in:
@@ -396,8 +396,8 @@ public class Planes : ICommand
|
||||
}
|
||||
//maybe fuckery around here
|
||||
}
|
||||
counter++;
|
||||
}
|
||||
counter++;
|
||||
plane.Gravity();
|
||||
if (counter % 13 != 0) continue;
|
||||
planesBoard = planesBoard2;
|
||||
|
||||
Reference in New Issue
Block a user