From 1918e5db37a3929140287796cee57ed27c05e7d1 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 27 Apr 2015 21:01:58 -0500 Subject: [PATCH] battle debug --- toontown/battle/DistributedBattleBase.py | 1 + 1 file changed, 1 insertion(+) 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')