mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Add DLLs back and fix ARGManager crash
This commit is contained in:
parent
9e389b985d
commit
aa51d3d448
3 changed files with 1 additions and 1 deletions
BIN
astron/msvcp120.dll
Normal file
BIN
astron/msvcp120.dll
Normal file
Binary file not shown.
BIN
astron/msvcr120.dll
Normal file
BIN
astron/msvcr120.dll
Normal file
Binary file not shown.
|
@ -37,7 +37,7 @@ class ARGManager(DistributedObjectGlobal):
|
|||
|
||||
def setupPortableHoleEvent(self):
|
||||
def phraseSaid(phraseId):
|
||||
if not hasattr(base.cr.playGame, 'place'):
|
||||
if not hasattr(base.cr.playGame, 'place') or not base.cr.playGame.getPlace():
|
||||
return
|
||||
position, speedchatIndex, destination = Hood2Details.get(base.cr.playGame.getPlace().getZoneId(), [None, None, None])
|
||||
if not position or not speedchatIndex or not destination:
|
||||
|
|
Loading…
Reference in a new issue