logging framecounter

This commit is contained in:
barelyprofessional
2025-10-09 00:24:48 -05:00
parent fbd314e806
commit 777ff73ae5
@@ -342,6 +342,7 @@ public class Planes : ICommand
while (!neutral) while (!neutral)
{ {
frameCounter++; frameCounter++;
logger.Info($"FrameCounter: {frameCounter} Counter: {counter}");
try try
{ {
switch (planesBoard[plane.Height, counter % 13 - 3]) switch (planesBoard[plane.Height, counter % 13 - 3])