mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Refactored krash
This commit is contained in:
@@ -67,7 +67,7 @@ public class KrashBetCommand : ICommand
|
||||
true, autoDeleteAfter: TimeSpan.FromSeconds(5));
|
||||
return;
|
||||
}
|
||||
if (botInstance.BotServices.KasinoKrash.theGame == null)
|
||||
if (botInstance.BotServices.KasinoKrash.TheGame == null)
|
||||
{
|
||||
//start a new game
|
||||
await botInstance.BotServices.KasinoKrash.StartGame(gambler, wager, multi);
|
||||
|
||||
Reference in New Issue
Block a user