share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua
changeset 14578 50f511588635
parent 14325 bd2bbd607f5e
child 14989 5188ecbf726f
--- a/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua	Mon Jan 14 06:17:35 2019 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Mutant.lua	Mon Jan 14 07:14:18 2019 +0100
@@ -438,7 +438,7 @@
     local showScore = ""
     table.sort(teamsSorted, function(team1, team2) return getTeamValue(team1, "Score") > getTeamValue(team2, "Score") end)
     for i=1, TeamsCount do
-        SendStat(siPointType, loc("point(s)"))
+        SendStat(siPointType, "!POINTS")
         local score = getTeamValue(teamsSorted[i], "Score")
         local deaths = getTeamValue(teamsSorted[i], "DeadHogs")
         SendStat(siPlayerKills, score, teamsSorted[i])