Reverting previous commit

This commit is contained in:
LittleTealeaf
2022-01-11 16:05:16 -05:00
parent 1317d9ee16
commit 5c3a7e67fa

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) {
}