|
|
@@ -513,11 +513,12 @@ function LoginMgr:CheckServerSuccess()
|
|
|
return
|
|
|
end
|
|
|
if self.checkWWW.error and self.checkWWW.error ~= '' then
|
|
|
+ LogError("[wboy] CheckServer error = " .. tostring(self.checkWWW.error))
|
|
|
self:CheckServerFail()
|
|
|
return
|
|
|
end
|
|
|
local ok, result = RO_XPCALL(JSON.decode, debug.traceback, JSON, self.checkWWW.text)
|
|
|
- LogError("[wboy] CheckServer " .. tostring(self.checkWWW.text))
|
|
|
+ --LogError("[wboy] CheckServer " .. tostring(self.checkWWW.text))
|
|
|
if ok then
|
|
|
|
|
|
self:SetServerInfo(result)
|