diff --git a/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs b/KfChatDotNetBot/Commands/Kasino/PlanesCommand.cs index 1c5575e..2df0c32 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 = 1000.0; + const double frameLength = 250.0; var fullCounter = 0; var noseUp = true; var planesDisplay = GetPreGameBoard(-3, planesBoard2, plane, CarrierCount, noseUp);