clearer error message

pull/134/head
Aevann 2023-02-24 22:20:31 +02:00
parent 74720412b2
commit 5a912f7966
1 changed files with 1 additions and 1 deletions

View File

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