From 7fb9a6ea71ff7f05d304ec94d3a7d452ecfdc604 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Mon, 22 Mar 2021 20:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=88=98=E6=96=97=E3=80=91=E4=B8=BB?= =?UTF-8?q?=E5=8A=A8=E4=B8=8A=E6=8A=A5=E6=97=A5=E5=BF=97=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Modules/Battle/BattleRecordManager.lua | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/BattleRecordManager.lua b/Assets/ManagedResources/~Lua/Modules/Battle/BattleRecordManager.lua index 01e76c44ec..ebb42339d6 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/BattleRecordManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/BattleRecordManager.lua @@ -171,16 +171,16 @@ end -- 上报战斗日志 function this.SubmitBattleRecord() - if not this.isSubmit then - PopupTipPanel.ShowTip(Language[10204]) - return - end - local _, rcd = this.isHaveRecord() - if rcd then - NetManager.GMEvent("//".. (rcd.fightId or "") .."|".. PlayerManager.uid .."|"..rcd.seed.."|"..rcd.fightMaxRound.."|"..BattleManager.PrintBattleTable(rcd.fightData)) - end - this.isSubmit = false - PopupTipPanel.ShowTip(Language[10205]) + -- if not this.isSubmit then + -- PopupTipPanel.ShowTip(Language[10204]) + -- return + -- end + -- local _, rcd = this.isHaveRecord() + -- if rcd then + -- NetManager.GMEvent("//".. (rcd.fightId or "") .."|".. PlayerManager.uid .."|"..rcd.seed.."|"..rcd.fightMaxRound.."|"..BattleManager.PrintBattleTable(rcd.fightData)) + -- end + -- this.isSubmit = false + -- PopupTipPanel.ShowTip(Language[10205]) end -- 上报战斗日志