Refactored krash

This commit is contained in:
barelyprofessional
2026-04-06 21:13:19 -05:00
parent 26e0b1f49f
commit 5e85566577
3 changed files with 70 additions and 79 deletions

View File

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