diff -r 221380cdee7e -r 50f511588635 share/hedgewars/Data/Missions/Challenge/Basic_Training_-_Sniper_Rifle.lua --- a/share/hedgewars/Data/Missions/Challenge/Basic_Training_-_Sniper_Rifle.lua Mon Jan 14 06:17:35 2019 +0100 +++ b/share/hedgewars/Data/Missions/Challenge/Basic_Training_-_Sniper_Rifle.lua Mon Jan 14 07:14:18 2019 +0100 @@ -432,7 +432,7 @@ SendStat(siCustomAchievement, string.format(loc("You have made %d shots."), shots)) end_score_overall = end_score_targets end - SendStat(siPointType, loc("points")) + SendStat(siPointType, "!POINTS") SendStat(siPlayerKills, tostring(end_score_overall), playerTeamName) updateChallengeRecord("Highscore", end_score_overall) end