From 5d9ffd6bdb4e9bfef117121b788a9b910f159898 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 22 八月 2018 15:25:07 +0800
Subject: [PATCH] 1621 IOS分包资源下载弹框,点击暂停游戏崩溃

---
 System/Login/LoginWin.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/System/Login/LoginWin.cs b/System/Login/LoginWin.cs
index ee259a7..321f338 100644
--- a/System/Login/LoginWin.cs
+++ b/System/Login/LoginWin.cs
@@ -157,6 +157,11 @@
 
         protected virtual void EnterGame()
         {
+            if (!LaunchPostProcess.Instance.completed)
+            {
+                return;
+            }
+
             Login();
         }
 

--
Gitblit v1.8.0