This commit is contained in:
Beu 2024-08-22 19:46:40 +02:00
parent 0945702fdd
commit cf33391e7f

View File

@ -995,7 +995,7 @@ Void UpdateMatchInfos(Integer _CurrentRoundNb, Integer _LossOfLife, Integer _Ali
ScoreTablesInfo ^= "\n"^ _LossOfLife ^" players will lose a life until "^ _Milestone ^" players are alive";
} else if (_LossOfLife > 1) {
MatchInfo ^= "\n"^ _LossOfLife ^" lose of life";
ScoreTablesInfo ^= "\n"^ _LossOfLife ^" player will lose a life per round";
ScoreTablesInfo ^= "\n"^ _LossOfLife ^" players will lose a life per round";
} else {
MatchInfo ^= "\n1 lose of life";
ScoreTablesInfo ^= "\n1 player will lose a life";