【战斗】关闭战斗类型打印

dev_chengFeng
gaoxin 2021-11-22 16:13:06 +08:00
parent e800f29b33
commit d52ca13ff6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function this:GetSkipState()
if AppConst.isOpenGM then
return SKIP_STATE.UNLOCK
end
LogError("fightType "..fightType)
-- LogError("fightType "..fightType)
if UpdateBtnGMFunc[fightType] then
return UpdateBtnGMFunc[fightType]()
else