Move the counter

This commit is contained in:
barelyprofessional
2025-10-09 00:34:35 -05:00
parent 13e14f913d
commit 56ef81ab73

View File

@@ -396,8 +396,8 @@ public class Planes : ICommand
} }
//maybe fuckery around here //maybe fuckery around here
} }
counter++;
} }
counter++;
plane.Gravity(); plane.Gravity();
if (counter % 13 != 0) continue; if (counter % 13 != 0) continue;
planesBoard = planesBoard2; planesBoard = planesBoard2;