mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -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 phraseSaid(phraseId):
|
||||
if not hasattr(base.cr.playGame, 'place'):
|
||||
return
|
||||
position, speedchatIndex, destination = Hood2Details.get(base.cr.playGame.getPlace().getZoneId(), [None, None, None])
|
||||
if not position or not speedchatIndex or not destination:
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue