【优化】serverconfig打印优化
parent
6246da5bb6
commit
69be522af0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue