diff --git a/toontown/battle/DistributedBattleBase.py b/toontown/battle/DistributedBattleBase.py index 4df88b1b..81a49e13 100644 --- a/toontown/battle/DistributedBattleBase.py +++ b/toontown/battle/DistributedBattleBase.py @@ -1090,6 +1090,7 @@ class DistributedBattleBase(DistributedNode.DistributedNode, BattleBase): def __handleLocalToonBattleEvent(self, response): mode = response['mode'] + print(response) noAttack = 0 if mode == 'Attack': self.notify.debug('got an attack')