Remove Order.TargetLocation from support powers.
This commit is contained in:
@@ -134,7 +134,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
ping = manager.RadarPings.Value.Add(
|
||||
() => order.Player.IsAlliedWith(self.World.RenderPlayer),
|
||||
self.World.Map.CenterOfCell(order.TargetLocation),
|
||||
order.Target.CenterPosition,
|
||||
order.Player.Color.RGB,
|
||||
Info.RadarPingDuration);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user