distributed: changing location doesn't boot you now

This commit is contained in:
John Cote 2019-11-17 17:16:25 -05:00
parent 78752307fa
commit 0277c14933

View file

@ -10,7 +10,7 @@ class ToontownInternalRepository(OTPInternalRepository):
OTPInternalRepository.__init__(self, baseChannel, serverId, dcFileNames, dcSuffix, connectMethod, threadedNet)
def _isValidPlayerLocation(self, parentId, zoneId):
if zoneId < 1000 and zoneId != -1:
if zoneId < 1000 and zoneId != 1:
return False
return True