This commit is contained in:
2020-07-16 08:54:32 +08:00
parent ce0b0f59f9
commit f9e24b7595
19 changed files with 723 additions and 718 deletions

View File

@@ -181,6 +181,7 @@ do
else
if not CLCfgBase.self.hotUpgrade4EachServer then
-- 更新资源
print("更新资源")
CLLVerManager.init(CLLPSplash.onProgress, CLLPSplash.onFinishResUpgrade, true, "")
else
--
@@ -277,6 +278,7 @@ do
-- 资源更新完成
function CLLPSplash.onFinishResUpgrade(upgradeProcSuccess)
print("CLLPSplash.onFinishResUpgrade")
if (not upgradeProcSuccess) then
print("UpgradeResFailed")
else

View File

@@ -43,7 +43,7 @@ function CLLPStart.setLuasAtBegainning()
-- 日志监听
if ReporterMessageReceiver.self and ReporterMessageReceiver.self.gameObject then
-- if KKWhiteList.isWhiteName() then
ReporterMessageReceiver.self.gameObject:SetActive(true)
ReporterMessageReceiver.self.gameObject:SetActive(false)
-- else
-- ReporterMessageReceiver.self.gameObject:SetActive(false)
-- end