添加容错

dev_chengFeng
jiaoyangna 2021-12-31 18:05:55 +08:00
parent fee12d7063
commit 5e28b8ad36
1 changed files with 4 additions and 2 deletions

View File

@ -671,8 +671,10 @@ function SingleExplorePlayerView:SetIconShow(_eventpoint)
end end
end end
if self.state == 1 then if self.state == 1 then
self.eventPointPos:ShowDialogue(true) if self.eventPointPos then
self:NotBattleShow() self.eventPointPos:ShowDialogue(true)
end
self:NotBattleShow()
end end
end,1):Start() end,1):Start()
else else