mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Update counter
This commit is contained in:
@@ -398,7 +398,7 @@ public class Planes : ICommand
|
||||
}
|
||||
counter++;
|
||||
plane.Gravity();
|
||||
if (counter % 23 != 0) continue;
|
||||
if (counter % 13 != 0) continue;
|
||||
planesBoard = planesBoard2;
|
||||
planesBoard2 = CreatePlanesBoard(gambler);
|
||||
} while (plane.Height < 6);
|
||||
|
||||
Reference in New Issue
Block a user