forked from MarseyWorld/MarseyWorld
visual fix: 37 is 00 but users don't know that
parent
ccd2349d85
commit
dd3c8c6a32
|
@ -161,6 +161,8 @@ def spin_roulette_wheel():
|
|||
payouts = {}
|
||||
rewards_by_game_id = {}
|
||||
|
||||
if number == 37: number = '00'
|
||||
|
||||
# Pay out to the winners and send a notification.
|
||||
for user_id in winners:
|
||||
gambler = get_account(user_id)
|
||||
|
|
Loading…
Reference in New Issue