gdl_123 4 روز پیش
والد
کامیت
8e0b289b7b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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