mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Fix infinite loop on scaled bet
This commit is contained in:
@@ -202,7 +202,6 @@ public class KasinoKrash : IDisposable
|
||||
await _kfChatBot.SendChatMessageAsync(
|
||||
$"{bet.Gambler.User.FormatUsername()}, due to your poor gambling skills, your bet was scaled down to {await bet.Wager.FormatKasinoCurrencyAsync()} to match your remaining balance.",
|
||||
true, autoDeleteAfter: TimeSpan.FromSeconds(10));
|
||||
continue;
|
||||
}
|
||||
}
|
||||
else if (bet.Multi <= TheGame.FinalMulti && bet.Multi != -1)
|
||||
|
||||
Reference in New Issue
Block a user