mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 19:52:37 -06:00
Fix this
This commit is contained in:
parent
ad09d429fb
commit
f3c82a3c4a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class HalloweenHolidayDecorator(HolidayDecorator.HolidayDecorator):
|
|||
base.cr.playGame.getPlace().loader.hood.loader and
|
||||
hasattr(base.cr.playGame.getPlace().loader.hood.loader, 'geom') and
|
||||
base.cr.playGame.getPlace().loader.hood.loader.geom):
|
||||
return True
|
||||
return True
|
||||
else:
|
||||
if hasattr(base.cr.playGame, 'getPlace') and base.cr.playGame.getPlace():
|
||||
self.notify.debug('Failed Hood Check %s' % base.cr.playGame.getPlace())
|
||||
|
|
Loading…
Reference in a new issue