From 23c17edfc7b7587727399ee8f00c5dd990e71763 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Thu, 17 Jun 2021 10:43:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8C=85=E9=85=8D=E7=BD=AE=E3=80=91?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AF=B9=E5=96=9C=E6=89=91=E7=9A=84=E5=8C=85?= =?UTF-8?q?=E7=9A=84=E7=89=B9=E6=AE=8A=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Framework/Manager/PackageManager.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Framework/Manager/PackageManager.lua b/Assets/ManagedResources/~Lua/Framework/Manager/PackageManager.lua index 0cb15bcad5..0ac7bf0c18 100644 --- a/Assets/ManagedResources/~Lua/Framework/Manager/PackageManager.lua +++ b/Assets/ManagedResources/~Lua/Framework/Manager/PackageManager.lua @@ -12,10 +12,6 @@ function PackageManager.Initialize() if not this.ConfigName then this.ConfigName = "LOCAL" end - if this.ConfigName == "XIPU" and AppConst.isSDK and AndroidDeviceInfo.Instance:GetVersionCode() == 2 then - this.ConfigName = "XIPU2" - end - local PackagerConfig = ConfigManager.GetConfig(ConfigName.PackageConfig) for _, config in ConfigPairs(PackagerConfig) do if config.ConfigName == this.ConfigName then