share/hedgewars/Data/Scripts/TargetPractice.lua
changeset 14578 50f511588635
parent 14526 797e3f441c14
child 14590 c5f18710a184
--- a/share/hedgewars/Data/Scripts/TargetPractice.lua	Mon Jan 14 06:17:35 2019 +0100
+++ b/share/hedgewars/Data/Scripts/TargetPractice.lua	Mon Jan 14 07:14:18 2019 +0100
@@ -302,7 +302,7 @@
 			end
 			end_score_overall = end_score_targets
 		end
-		SendStat(siPointType, loc("point(s)"))
+		SendStat(siPointType, "!POINTS")
 		SendStat(siPlayerKills, tostring(end_score_overall), GetHogTeamName(player))
 		-- Update highscore
 		updateChallengeRecord("Highscore", end_score_overall)