From bf4e1051ef18bf57299d3c830f921864b6fda444 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 20 十二月 2018 10:38:10 +0800
Subject: [PATCH] Merge branch 'master' into 【1.4】聚魂功能

---
 System/ClientVersion/VersionUtility.cs |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/System/ClientVersion/VersionUtility.cs b/System/ClientVersion/VersionUtility.cs
index f1f0678..57c5f09 100644
--- a/System/ClientVersion/VersionUtility.cs
+++ b/System/ClientVersion/VersionUtility.cs
@@ -281,22 +281,6 @@
         {
             step = Step.Completed;
             WindowCenter.Instance.CloseImmediately<VersionUpdateWin>();
-
-            if (Application.platform == RuntimePlatform.Android)
-            {
-                var dllPath1 = ResourcesPath.Instance.ExternalStorePath + "Assembly-CSharp-firstpass.dll";
-                if (File.Exists(dllPath1))
-                {
-                    File.Delete(dllPath1);
-                }
-
-                var dllPath2 = ResourcesPath.Instance.ExternalStorePath + "Assembly-CSharp.dll";
-                if (File.Exists(dllPath2))
-                {
-                    File.Delete(dllPath2);
-                }
-            }
-
             SDKUtility.Instance.InstallAPK(GetApkLocalUrl());
         }
         else

--
Gitblit v1.8.0