上传代码

This commit is contained in:
liwei1dao 2024-02-29 13:47:00 +08:00
parent 580cd5875c
commit 0e243c71ed

View File

@ -108,13 +108,17 @@ namespace BattleServer
HotUpdateScripts.FightRunnerMgr.Instance.RunOnceFight(runreq.info[i], (issucc) => HotUpdateScripts.FightRunnerMgr.Instance.RunOnceFight(runreq.info[i], (issucc) =>
{ {
int index = i; if (!issucc)
reports[index] = new BattleReport()
{ {
info = runreq.info[index], int index = i;
winSide = 2, reports[index] = new BattleReport()
}; {
respaction(); info = runreq.info[index],
winSide = 2,
};
respaction();
}
}, (report) => }, (report) =>
{ {
int index = i; int index = i;