From 8e519cfca0e7dc0dd4c4d2c62550393cce8a2cfa Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 19 十二月 2018 21:25:54 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 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