mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Return after krashing
This commit is contained in:
@@ -50,6 +50,7 @@ public class KrashBetCommand : ICommand
|
|||||||
{
|
{
|
||||||
//attempt to cash out a currently running game
|
//attempt to cash out a currently running game
|
||||||
await botInstance.BotServices.KasinoKrash.AttemptKrash(gambler);
|
await botInstance.BotServices.KasinoKrash.AttemptKrash(gambler);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if (!arguments.TryGetValue("multi", out var multiGroup))
|
if (!arguments.TryGetValue("multi", out var multiGroup))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user