decompilation: Fix toontown.toontowngui.ToontownLoadingBlocker decompilation.

This commit is contained in:
Sam Edwards 2013-09-23 05:34:30 -06:00
parent b8a2792f09
commit 5b5df1d6de

View file

@ -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):