Boarding parties fixed

This commit is contained in:
John 2015-06-29 19:44:23 +03:00
parent c04b4967fb
commit 3ff23f8656
2 changed files with 1 additions and 6 deletions

View file

@ -86,7 +86,7 @@ class DistributedMintElevatorExt(DistributedElevatorExt.DistributedElevatorExt):
def setMintInteriorZoneForce(self, zoneId):
place = self.cr.playGame.getPlace()
if place:
place.fsm.request('elevator', [self, 1])
place.fsm.request('elevator', [self])
hoodId = self.cr.playGame.hood.hoodId
mintId = self.mintId
if bboard.has('mintIdOverride'):

View file

@ -112,11 +112,6 @@ class ToonBase(OTPBase.OTPBase):
if cogdoGameSafezoneId != -1:
self.cogdoGameSafezoneId = cogdoGameSafezoneId
ToontownBattleGlobals.SkipMovie = self.config.GetBool('skip-battle-movies', 0)
self.creditCardUpFront = self.config.GetInt('credit-card-up-front', -1)
if self.creditCardUpFront == -1:
del self.creditCardUpFront
else:
self.creditCardUpFront = self.creditCardUpFront != 0
self.housingEnabled = self.config.GetBool('want-housing', 1)
self.cannonsEnabled = self.config.GetBool('estate-cannons', 0)
self.fireworksEnabled = self.config.GetBool('estate-fireworks', 0)