guodong 2 жил өмнө
parent
commit
8c15460ea0

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Controller/LoginController.cs

@@ -264,6 +264,7 @@ namespace GFGGame
             int errorCode = await LoginHelper.EnterGame(GameGlobal.zoneScene);
             if (errorCode != ErrorCode.ERR_Success)
             {
+                Log.Error("Reconnect fail!");
                 AlertSystem.Show("重新连接失败,游戏或已更新,请重新进入游戏获得最佳体验。")
                         .SetRightButton(true, "好的", (object data) =>
                         {