distributed: changing location doesn't boot you now
This commit is contained in:
parent
78752307fa
commit
0277c14933
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue