mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Let's go to Toontown Central!
This commit is contained in:
parent
f0c0c08719
commit
8c37436706
1 changed files with 2 additions and 2 deletions
|
@ -427,8 +427,8 @@ class Place(StateData.StateData, FriendsListManager.FriendsListManager):
|
|||
def doRequestLeave(self, requestStatus):
|
||||
if requestStatus.get('tutorial', 0):
|
||||
out = {'teleportIn': 'tunnelOut'}
|
||||
requestStatus['zoneId'] = 22000
|
||||
requestStatus['hoodId'] = 22000
|
||||
requestStatus['zoneId'] = 2000
|
||||
requestStatus['hoodId'] = 2000
|
||||
else:
|
||||
out = {'teleportIn': 'teleportOut',
|
||||
'tunnelIn': 'tunnelOut',
|
||||
|
|
Loading…
Reference in a new issue