mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 04:32:33 -06:00
Fix minigame speedchat crash
This commit is contained in:
parent
bd7488dd49
commit
87a77a8740
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ class ARGManager(DistributedObjectGlobal):
|
||||||
|
|
||||||
def setupPortableHoleEvent(self):
|
def setupPortableHoleEvent(self):
|
||||||
def phraseSaid(phraseId):
|
def phraseSaid(phraseId):
|
||||||
|
if not hasattr(base.cr.playGame, 'place'):
|
||||||
|
return
|
||||||
position, speedchatIndex, destination = Hood2Details.get(base.cr.playGame.getPlace().getZoneId(), [None, None, None])
|
position, speedchatIndex, destination = Hood2Details.get(base.cr.playGame.getPlace().getZoneId(), [None, None, None])
|
||||||
if not position or not speedchatIndex or not destination:
|
if not position or not speedchatIndex or not destination:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue