Merge pull request #516 from itsre3/master

Update tournamententry.py
This commit is contained in:
Eric Froemling 2022-10-07 09:06:42 -07:00 committed by GitHub
commit ba11735080
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)