decompilation: Fix toontown.toontowngui.ToontownLoadingBlocker decompilation.
This commit is contained in:
parent
b8a2792f09
commit
5b5df1d6de
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ class ToontownLoadingBlocker(TTDialog.TTDialog):
|
|||
return False
|
||||
|
||||
if hasPlayableToon(avList):
|
||||
if base.launcher.getPhaseComplete(3.5):
|
||||
return base.launcher.getPhaseComplete(4) or True
|
||||
if not (base.launcher.getPhaseComplete(3.5) and base.launcher.getPhaseComplete(4)):
|
||||
return True
|
||||
return False
|
||||
|
||||
def __shrinkLoadingBar(self):
|
||||
|
|
Loading…
Reference in a new issue