From 777ff73ae5931ba3baede1e46f118487b2b79017 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Thu, 9 Oct 2025 00:24:48 -0500 Subject: [PATCH] logging framecounter --- KfChatDotNetBot/Commands/KasinoGambaCommands.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs index 986012f..b36d12c 100644 --- a/KfChatDotNetBot/Commands/KasinoGambaCommands.cs +++ b/KfChatDotNetBot/Commands/KasinoGambaCommands.cs @@ -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])