mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 08:47:54 +00:00
Animated Props fix
This commit is contained in:
parent
b437fa90f0
commit
e7b0cb751a
1 changed files with 1 additions and 1 deletions
|
@ -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'):
|
||||
|
|
Loading…
Reference in a new issue