# HG changeset patch # User sheepluva # Date 1417379544 -3600 # Node ID 3c649bf438a3ea6549dff301346dc9f2c5998ae3 # Parent 98ea597e5cd9ae812c29fbe0daec77764300a1b7 fix for Issue 840: Basic Training - Grenade is failing to dismiss team diff -r 98ea597e5cd9 -r 3c649bf438a3 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.