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