Add localisation support to transient lines.
This commit is contained in:
committed by
Gustas
parent
43d1a20d8c
commit
1899eed839
@@ -68,7 +68,7 @@ namespace OpenRA.Mods.Cnc.Activities
|
||||
Game.Sound.PlayNotification(self.World.Map.Rules, self.Owner, "Speech",
|
||||
infiltrates.Info.Notification, self.Owner.Faction.InternalName);
|
||||
|
||||
TextNotificationsManager.AddTransientLine(infiltrates.Info.TextNotification, self.Owner);
|
||||
TextNotificationsManager.AddTransientLine(self.Owner, infiltrates.Info.TextNotification);
|
||||
|
||||
if (infiltrates.Info.EnterBehaviour == EnterBehaviour.Dispose)
|
||||
self.Dispose();
|
||||
|
||||
Reference in New Issue
Block a user