From e7b0cb751a002848af51ecf62ac47c7845453fdb Mon Sep 17 00:00:00 2001 From: DenialMC Date: Tue, 28 Apr 2015 00:30:05 +0300 Subject: [PATCH] Animated Props fix --- toontown/battle/DistributedBattleBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/battle/DistributedBattleBase.py b/toontown/battle/DistributedBattleBase.py index 541e5e88..4df88b1b 100644 --- a/toontown/battle/DistributedBattleBase.py +++ b/toontown/battle/DistributedBattleBase.py @@ -322,7 +322,7 @@ class DistributedBattleBase(DistributedNode.DistributedNode, BattleBase): if config.GetBool('want-anim-props', True): if self.interactiveProp: return self.interactiveProp - elif base.cr.playGame.hood: + elif base.cr.playGame.hood and hasattr(base.cr.playGame.hood, 'loader'): loader = base.cr.playGame.hood.loader if hasattr(loader, 'getInteractiveProp'):