gdl_123 hace 4 días
padre
commit
8e0b289b7b
Se han modificado 1 ficheros con 1 adiciones y 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