From 95707f58ee294a670b7359343763085015f01f13 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Tue, 7 Apr 2026 23:50:06 -0500 Subject: [PATCH] Return after krashing --- KfChatDotNetBot/Commands/Kasino/KrashCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs b/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs index 02c12be..fe67340 100644 --- a/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs @@ -50,6 +50,7 @@ public class KrashBetCommand : ICommand { //attempt to cash out a currently running game await botInstance.BotServices.KasinoKrash.AttemptKrash(gambler); + return; } if (!arguments.TryGetValue("multi", out var multiGroup)) {