Planes 1.19 hotpatch

This commit is contained in:
barelyprofessional
2025-10-11 19:14:47 -05:00
parent 08e46722de
commit 5197197a39

View File

@@ -455,7 +455,7 @@ public class Planes : ICommand
fullCounter++;
}
plane.Gravity();
if (((fullCounter - 3)%20 == 0) && !firstBoard)//removes old planesboard, adds new planeboard when necessary **********************************************************************NEEDS MORE UPDATES
if ((fullCounter - 3) % 20 == 0)//removes old planesboard, adds new planeboard when necessary **********************************************************************NEEDS MORE UPDATES
{
logger.Info($"Switching planes boards. FullCounter: {fullCounter} | Counter: {counter}");
planesBoards.RemoveAt(0);