From cf33391e7ff70b46adf7fb15c548454985da3355 Mon Sep 17 00:00:00 2001 From: beu Date: Thu, 22 Aug 2024 19:46:40 +0200 Subject: [PATCH] fix typo --- TM_MultiLivesKnockout.Script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TM_MultiLivesKnockout.Script.txt b/TM_MultiLivesKnockout.Script.txt index ccafdc3..3b79967 100644 --- a/TM_MultiLivesKnockout.Script.txt +++ b/TM_MultiLivesKnockout.Script.txt @@ -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";