diff --git a/toontown/estate/DistributedEstate.py b/toontown/estate/DistributedEstate.py index c93b9036..5d9becef 100755 --- a/toontown/estate/DistributedEstate.py +++ b/toontown/estate/DistributedEstate.py @@ -80,7 +80,6 @@ class DistributedEstate(DistributedObject.DistributedObject): self.loadFishSellBox() self.oldClear = base.win.getClearColor() base.win.setClearColor(Vec4(0.09, 0.55, 0.21, 1.0)) - self.startGame() def unload(self): self.ignoreAll() @@ -111,7 +110,6 @@ class DistributedEstate(DistributedObject.DistributedObject): self.fishSellBox.removeNode() del self.fishSellBox self.fishSellBox = None - GardenDropGame.GardenDropGame().endGame() return def announceGenerate(self): @@ -119,7 +117,7 @@ class DistributedEstate(DistributedObject.DistributedObject): self.accept('gardenGame', self.startGame) def startGame(self): - self.game = GardenDropGame.GardenDropGame().playGardenDrop() + self.game = GardenDropGame.GardenDropGame() def loadAirplane(self): self.airplane = loader.loadModel('phase_4/models/props/airplane.bam')