|
@@ -242,7 +242,7 @@ namespace GFGGame
|
|
|
ViewManager.Show<LoadingView>();
|
|
|
LoadingView.Instance.SetProgress(99);
|
|
|
LoadingView.Instance.SetDesc("正在进入游戏");
|
|
|
- LogServerHelperHttp.SendNodeLog((int)LogNode.StartEnterGame);
|
|
|
+ LogServerHelper.SendNodeLog((int)LogNode.StartEnterGame);
|
|
|
errorCode = await LoginHelper.EnterGame(GameGlobal.zoneScene);
|
|
|
if (errorCode != ErrorCode.ERR_Success)
|
|
|
{
|
|
@@ -252,7 +252,7 @@ namespace GFGGame
|
|
|
await GameController.PreEnterGameAsync();
|
|
|
ViewManager.Hide<ModalStatusView>();
|
|
|
|
|
|
- LogServerHelperHttp.SendNodeLog((int)LogNode.OnEnterGame);
|
|
|
+ LogServerHelper.SendNodeLog((int)LogNode.OnEnterGame);
|
|
|
}
|
|
|
|
|
|
public static async ETTask ReqReConnectGate()
|