Reverting previous commit

This commit is contained in:
LittleTealeaf
2022-01-11 16:05:16 -05:00
parent f0f7a365a0
commit 55bb129c53

View File

@@ -158,7 +158,6 @@ public class Roulette {
if (betNumber > 0 && betNumber <= 50 && betValue >= 5 && betValue <= 500) {
bets[i] = new Bet(betNumber,betValue);
playerBalance -= betValue;
}
} catch (Exception ignored) {
}