mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
logging framecounter
This commit is contained in:
@@ -342,6 +342,7 @@ public class Planes : ICommand
|
||||
while (!neutral)
|
||||
{
|
||||
frameCounter++;
|
||||
logger.Info($"FrameCounter: {frameCounter} Counter: {counter}");
|
||||
try
|
||||
{
|
||||
switch (planesBoard[plane.Height, counter % 13 - 3])
|
||||
|
||||
Reference in New Issue
Block a user