【优化】serverconfig打印优化
parent
6246da5bb6
commit
69be522af0
|
@ -55,7 +55,7 @@ function ServerConfigManager.GetConfigInfo(key)
|
|||
ConfigMgr=App.ConfigMgr
|
||||
end
|
||||
local s = ConfigMgr:GetConfigInfo(key)
|
||||
LogError(key.."|"..tostring(s))
|
||||
LogYellow(key.."|"..tostring(s))
|
||||
return s
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue