forked from MarseyWorld/MarseyWorld
clearer error message
parent
74720412b2
commit
5a912f7966
|
@ -38,7 +38,7 @@ def casino_game_page(v:User, game):
|
|||
|
||||
game_state = ''
|
||||
if game == 'blackjack':
|
||||
abort(403, "Disabled temporarily!")
|
||||
abort(403, "Disabled temporarily to fix exploit!")
|
||||
if get_active_twentyone_game(v):
|
||||
game_state = json.dumps(get_active_twentyone_game_state(v))
|
||||
|
||||
|
|
Loading…
Reference in New Issue