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)) {