添加容错
parent
fee12d7063
commit
5e28b8ad36
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue