Add DLLs back and fix ARGManager crash

This commit is contained in:
John Cote 2015-05-25 02:38:20 -04:00
parent 9e389b985d
commit aa51d3d448
3 changed files with 1 additions and 1 deletions

BIN
astron/msvcp120.dll Normal file

Binary file not shown.

BIN
astron/msvcr120.dll Normal file

Binary file not shown.

View file

@ -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: