Return after krashing

This commit is contained in:
barelyprofessional
2026-04-07 23:50:06 -05:00
parent 7e131ff1a4
commit 95707f58ee

View File

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