general: cleanup
This commit is contained in:
parent
421200195c
commit
27ce5fd576
2 changed files with 2 additions and 1 deletions
|
@ -545,3 +545,4 @@ dclass AstronLoginManager : DistributedObject {
|
||||||
requestRemoveAvatar(uint32) clsend;
|
requestRemoveAvatar(uint32) clsend;
|
||||||
requestPlayAvatar(uint32) clsend;
|
requestPlayAvatar(uint32) clsend;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue