Browse Source

断线重连失败处理

guodong 2 years ago
parent
commit
e7d7be348b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Controller/LoginController.cs

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

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