|
@@ -257,6 +257,9 @@ namespace GFGGame
|
|
|
|
|
|
public static async ETTask ReqReConnectGate()
|
|
public static async ETTask ReqReConnectGate()
|
|
{
|
|
{
|
|
|
|
+#if UNITY_EDITOR
|
|
|
|
+ return;
|
|
|
|
+#endif
|
|
ViewManager.Show<ModalStatusView>("重新连接中...");
|
|
ViewManager.Show<ModalStatusView>("重新连接中...");
|
|
int errorCode = await LoginHelper.EnterGame(GameGlobal.zoneScene);
|
|
int errorCode = await LoginHelper.EnterGame(GameGlobal.zoneScene);
|
|
if (errorCode != ErrorCode.ERR_Success)
|
|
if (errorCode != ErrorCode.ERR_Success)
|