diff --git a/Assets/ManagedResources/~Lua/Modules/Fight/View/FightPointMapView.lua b/Assets/ManagedResources/~Lua/Modules/Fight/View/FightPointMapView.lua index 96191fbb73..e341b829ff 100644 --- a/Assets/ManagedResources/~Lua/Modules/Fight/View/FightPointMapView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Fight/View/FightPointMapView.lua @@ -447,7 +447,9 @@ function this.StopAction() for k,v in pairs(this.playerViews) do v:StopAction() end - this.moneyEffect.gameObject:SetActive(false) + if this.moneyEffect then + this.moneyEffect.gameObject:SetActive(false) + end if this.threads then for k,v in pairs(this.threads) do coroutine.stop(v)