--- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua Wed May 15 03:00:14 2019 +0200
+++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua Wed May 15 03:25:20 2019 +0200
@@ -105,6 +105,7 @@
drawMap()
SendHealthStatsOff()
+ SendRankingStatsOff()
end
@@ -378,7 +379,6 @@
AddAmmo(hog, amRope, 0)
SendStat(siCustomAchievement, loc("Oh yeah! You sure know how to rope!"))
SendStat(siGameResult, loc("You have finished the Basic Rope Training!"))
- SendStat(siPlayerKills, "0", teamName)
EndGame()
SetState(hog, gstWinner)
gameOver = true