mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Cleanup
This commit is contained in:
parent
7ef9d669b5
commit
b6de2337d5
2 changed files with 0 additions and 5 deletions
|
@ -202,7 +202,6 @@ class Playground(Place.Place):
|
|||
lightsOn.start()
|
||||
|
||||
NametagGlobals.setMasterArrowsOn(1)
|
||||
|
||||
self.zoneId = requestStatus['zoneId']
|
||||
self.tunnelOriginList = base.cr.hoodMgr.addLinkTunnelHooks(self, self.loader.nodeList)
|
||||
how = requestStatus['how']
|
||||
|
@ -225,9 +224,7 @@ class Playground(Place.Place):
|
|||
for light in self.loader.hood.eventLights:
|
||||
light.reparentTo(hidden)
|
||||
|
||||
newsManager = base.cr.newsManager
|
||||
NametagGlobals.setMasterArrowsOn(0)
|
||||
|
||||
for i in self.loader.nodeList:
|
||||
self.loader.exitAnimatedProps(i)
|
||||
|
||||
|
|
|
@ -139,9 +139,7 @@ class Street(BattlePlace.BattlePlace):
|
|||
for light in self.halloweenLights:
|
||||
light.reparentTo(hidden)
|
||||
|
||||
newsManager = base.cr.newsManager
|
||||
NametagGlobals.setMasterArrowsOn(0)
|
||||
|
||||
self.loader.hood.stopSky()
|
||||
self.loader.music.stop()
|
||||
base.localAvatar.setGeom(render)
|
||||
|
|
Loading…
Reference in a new issue