【战斗】关闭战斗类型打印
parent
e800f29b33
commit
d52ca13ff6
|
@ -62,7 +62,7 @@ function this:GetSkipState()
|
||||||
if AppConst.isOpenGM then
|
if AppConst.isOpenGM then
|
||||||
return SKIP_STATE.UNLOCK
|
return SKIP_STATE.UNLOCK
|
||||||
end
|
end
|
||||||
LogError("fightType "..fightType)
|
-- LogError("fightType "..fightType)
|
||||||
if UpdateBtnGMFunc[fightType] then
|
if UpdateBtnGMFunc[fightType] then
|
||||||
return UpdateBtnGMFunc[fightType]()
|
return UpdateBtnGMFunc[fightType]()
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue