【优化】serverconfig打印优化

dev_chengFeng
gaoxin 2021-03-18 12:04:21 +08:00
parent 6246da5bb6
commit 69be522af0
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function ServerConfigManager.GetConfigInfo(key)
ConfigMgr=App.ConfigMgr ConfigMgr=App.ConfigMgr
end end
local s = ConfigMgr:GetConfigInfo(key) local s = ConfigMgr:GetConfigInfo(key)
LogError(key.."|"..tostring(s)) LogYellow(key.."|"..tostring(s))
return s return s
end end
end end