forked from MarseyWorld/MarseyWorld
blackjack fixes
parent
39e7e61bcb
commit
7c0763d81f
|
@ -375,7 +375,7 @@ def execute_blackjack(v, target, body, type):
|
|||
if notif:
|
||||
g.db.add(notif)
|
||||
g.db.flush()
|
||||
elif extra_info: send_repeatable_notification(CARP_ID, f"Blackjack for {v.name}: {extra_info}")
|
||||
elif extra_info: send_repeatable_notification(CARP_ID, f"Blackjack for {v.username}: {extra_info}")
|
||||
return False
|
||||
return True
|
||||
|
||||
|
|
Loading…
Reference in New Issue