From 61bc7a974d706b03ae26d15b9c08d691845537eb Mon Sep 17 00:00:00 2001 From: Loudrob Date: Wed, 1 Apr 2015 08:23:03 -0400 Subject: [PATCH] ok --- toontown/battle/DistributedBattleBldgAI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toontown/battle/DistributedBattleBldgAI.py b/toontown/battle/DistributedBattleBldgAI.py index 94966866..d98879f0 100644 --- a/toontown/battle/DistributedBattleBldgAI.py +++ b/toontown/battle/DistributedBattleBldgAI.py @@ -142,10 +142,10 @@ class DistributedBattleBldgAI(DistributedBattleBaseAI.DistributedBattleBaseAI): self.resumeLastActiveSuitDied = 0 def enterReservesJoining(self, ts=0): - pass + return None def exitReservesJoining(self, ts=0): - pass + return None def enterReward(self): self.timer.startCallback(FLOOR_REWARD_TIMEOUT, self.serverRewardDone)