mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
Update tournamententry.py
This commit is contained in:
parent
92fd800bc2
commit
1319dc5987
@ -522,6 +522,7 @@ class TournamentEntryWindow(popup.PopupWindow):
|
|||||||
if ticket_count is not None and ticket_count < ticket_cost:
|
if ticket_count is not None and ticket_count < ticket_cost:
|
||||||
getcurrency.show_get_tickets_prompt()
|
getcurrency.show_get_tickets_prompt()
|
||||||
ba.playsound(ba.getsound('error'))
|
ba.playsound(ba.getsound('error'))
|
||||||
|
self._transition_out()
|
||||||
return
|
return
|
||||||
|
|
||||||
cur_time = ba.time(ba.TimeType.REAL, ba.TimeFormat.MILLISECONDS)
|
cur_time = ba.time(ba.TimeType.REAL, ba.TimeFormat.MILLISECONDS)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user