【大闹天宫】无法挑战修改
parent
e7cc7ee41e
commit
cf971541e1
|
@ -121,8 +121,10 @@ function this:OnClose()
|
|||
fun()
|
||||
fun = nil
|
||||
end
|
||||
poolManager:UnLoadLive(this.LiveName,this.LiveGO )
|
||||
this.LiveName= nil
|
||||
if this.LiveName then
|
||||
poolManager:UnLoadLive(this.LiveName,this.LiveGO )
|
||||
this.LiveName= nil
|
||||
end
|
||||
end
|
||||
|
||||
function this:OnDestroy()
|
||||
|
|
|
@ -79,8 +79,10 @@ function this:OnClose()
|
|||
fun()
|
||||
fun = nil
|
||||
end
|
||||
poolManager:UnLoadLive(this.LiveName,this.LiveGO )
|
||||
this.LiveName= nil
|
||||
if this.LiveName then
|
||||
poolManager:UnLoadLive(this.LiveName,this.LiveGO )
|
||||
this.LiveName= nil
|
||||
end
|
||||
end
|
||||
|
||||
function this:OnDestroy()
|
||||
|
|
Loading…
Reference in New Issue