diff --git a/Client.cs b/Client.cs index cf33efa..529a2b1 100644 --- a/Client.cs +++ b/Client.cs @@ -108,13 +108,17 @@ namespace BattleServer HotUpdateScripts.FightRunnerMgr.Instance.RunOnceFight(runreq.info[i], (issucc) => { - int index = i; - reports[index] = new BattleReport() + if (!issucc) { - info = runreq.info[index], - winSide = 2, - }; - respaction(); + int index = i; + reports[index] = new BattleReport() + { + info = runreq.info[index], + winSide = 2, + }; + respaction(); + } + }, (report) => { int index = i;