Fix infinite loop on scaled bet

This commit is contained in:
barelyprofessional
2026-05-01 11:57:20 -05:00
parent 7981f57a34
commit 000c87266e

View File

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