fix for Issue 840: Basic Training - Grenade is failing to dismiss team
authorsheepluva
Sun, 30 Nov 2014 21:32:24 +0100
changeset 10590 3c649bf438a3
parent 10589 98ea597e5cd9
child 10591 9a9f0cbb10b2
fix for issue #840: Basic Training - Grenade is failing to dismiss team
share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua
--- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua	Sun Nov 30 15:30:51 2014 -0500
+++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua	Sun Nov 30 21:32:24 2014 +0100
@@ -141,7 +141,7 @@
 			-- Remove the team to end the game. Only do this once.
 			if team_death == false then
 				team_death = true
-				DismissTeam("Grenadiers")
+				DismissTeam(loc("Grenadiers"))
 			end
 		else
 			-- ... or just lower the timer by 1.