From e34f6a79cbd7410fec59ba16912d0403c43f4a90 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Fri, 16 Jul 2021 14:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90log=E3=80=91=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E9=B8=BF=E8=92=99=E9=98=B5=E6=8E=A8=E9=80=81log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Net/IndicationManager.lua | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua index cc937151e1..f8b85fb72c 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua @@ -1,4 +1,4 @@ -IndicationManager = {} +IndicationManager = {} local this = IndicationManager function this.Initialize() Game.GlobalEvent:AddEvent(Protocal.Connect, this.RegisterMessage) @@ -169,18 +169,18 @@ function this.HongMengIndication(buffer) if msg.hongmengTabletMax ~= 0 then -- body - LogYellow("鸿蒙碑开启!!!!!!!!!```````````````````````````` "..msg.hongmengTabletMax) + -- LogYellow("鸿蒙碑开启!!!!!!!!!```````````````````````````` "..msg.hongmengTabletMax) HarmonyManager:SetHongMengTowerUpLimit(msg.hongmengTabletMax) end if msg.hongmengGuards then - LogError("鸿蒙阵更新数据的Indication..##msg.hongmengGuards:"..tostring(#msg.hongmengGuards)) - for i = 1, #msg.hongmengGuards do - if msg.hongmengGuards[i].heroId == "" then - Log("鸿蒙守卫:"..i.."为nil") - else - Log("鸿蒙守卫:"..i..HeroManager.GetSingleHeroData(msg.hongmengGuards[i].heroId).name) - end - end + -- LogError("鸿蒙阵更新数据的Indication..##msg.hongmengGuards:"..tostring(#msg.hongmengGuards)) + -- for i = 1, #msg.hongmengGuards do + -- if msg.hongmengGuards[i].heroId == "" then + -- Log("鸿蒙守卫:"..i.."为nil") + -- else + -- Log("鸿蒙守卫:"..i..HeroManager.GetSingleHeroData(msg.hongmengGuards[i].heroId).name) + -- end + -- end HarmonyManager.UpdateHongMengDataGuards(msg.hongmengGuards) end