mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Planes 1.19 hotpatch
This commit is contained in:
@@ -455,7 +455,7 @@ public class Planes : ICommand
|
|||||||
fullCounter++;
|
fullCounter++;
|
||||||
}
|
}
|
||||||
plane.Gravity();
|
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}");
|
logger.Info($"Switching planes boards. FullCounter: {fullCounter} | Counter: {counter}");
|
||||||
planesBoards.RemoveAt(0);
|
planesBoards.RemoveAt(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user