This commit is contained in:
2020-07-10 23:47:56 +08:00
parent 1da844bb6c
commit 19eaa467e9

View File

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