mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
More planes fuckery
This commit is contained in:
@@ -455,7 +455,7 @@ public class Planes : ICommand
|
||||
fullCounter++;
|
||||
}
|
||||
plane.Gravity();
|
||||
if ((fullCounter - 3) % 20 == 0)//removes old planesboard, adds new planeboard when necessary **********************************************************************NEEDS MORE UPDATES
|
||||
if ((fullCounter - 3) % 20 == 0 && fullCounter != 3)//removes old planesboard, adds new planeboard when necessary **********************************************************************NEEDS MORE UPDATES
|
||||
{
|
||||
logger.Info($"Switching planes boards. FullCounter: {fullCounter} | Counter: {counter}");
|
||||
planesBoards.RemoveAt(0);
|
||||
|
||||
Reference in New Issue
Block a user