general: cleanup

This commit is contained in:
John Cote 2019-11-22 23:51:24 -05:00
parent 421200195c
commit 27ce5fd576
2 changed files with 2 additions and 1 deletions

View file

@ -545,3 +545,4 @@ dclass AstronLoginManager : DistributedObject {
requestRemoveAvatar(uint32) clsend; requestRemoveAvatar(uint32) clsend;
requestPlayAvatar(uint32) clsend; requestPlayAvatar(uint32) clsend;
}; };

View file

@ -135,7 +135,7 @@ class ToontownAIRepository(ToontownInternalRepository):
def createZones(self): def createZones(self):
# First, generate our zone2NpcDict... # First, generate our zone2NpcDict...
NPCToons.generateZone2NpcDict() NPCToons.generateZone2NpcDict()
# Toontown Central # Toontown Central
self.zoneTable[ToontownGlobals.ToontownCentral] = ( self.zoneTable[ToontownGlobals.ToontownCentral] = (
(ToontownGlobals.ToontownCentral, 1, 0), (ToontownGlobals.SillyStreet, 1, 1), (ToontownGlobals.ToontownCentral, 1, 0), (ToontownGlobals.SillyStreet, 1, 1),