Update tournamententry.py

This commit is contained in:
itsre3 2022-09-23 19:28:06 +01:00 committed by GitHub
parent 92fd800bc2
commit 1319dc5987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -522,6 +522,7 @@ class TournamentEntryWindow(popup.PopupWindow):
if ticket_count is not None and ticket_count < ticket_cost:
getcurrency.show_get_tickets_prompt()
ba.playsound(ba.getsound('error'))
self._transition_out()
return
cur_time = ba.time(ba.TimeType.REAL, ba.TimeFormat.MILLISECONDS)