From 75774bb62f566f3c78d244c2e193ac962a74f0bf Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:02:43 -0600 Subject: [PATCH] Increase frame length to 300ms due to being a little too fast for the oldies in chat --- KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs b/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs index 2df0c32..1f53dbf 100644 --- a/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs @@ -113,7 +113,7 @@ public class Planes : ICommand var planesBoard3 = CreatePlanesBoard(gambler); List planesBoards = [planesBoard, planesBoard2, planesBoard3]; var plane = new Plane(gambler); - const double frameLength = 250.0; + const double frameLength = 300.0; var fullCounter = 0; var noseUp = true; var planesDisplay = GetPreGameBoard(-3, planesBoard2, plane, CarrierCount, noseUp);