gdl_123 hai 4 días
pai
achega
8e0b289b7b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Assets/Lua/Managers/LoginMgr.lua

+ 1 - 1
Assets/Lua/Managers/LoginMgr.lua

@@ -467,7 +467,7 @@ function LoginMgr:StartCheckServer(isAgain)
     end
 
     local platform = ManagerContainer.LuaGameMgr.platform
-    if (not openId or openId == '') and platform ~= "Android_X7" and platform ~= "IOS_X7" then
+    if (not openId or openId == '')  then  --and platform ~= "Android_X7" and platform ~= "IOS_X7"
         openId = ManagerContainer.LuaGameMgr.DeviceId
     end
     ManagerContainer.LuaGameMgr.openId = openId