添加容错

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,7 +671,9 @@ function SingleExplorePlayerView:SetIconShow(_eventpoint)
end
end
if self.state == 1 then
if self.eventPointPos then
self.eventPointPos:ShowDialogue(true)
end
self:NotBattleShow()
end
end,1):Start()