Make player stance colours universally respected
This commit is contained in:
committed by
Matthias Mailänder
parent
2f331548e1
commit
5fc36bd45f
@@ -84,7 +84,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
playerRadarPing = radarPings.Add(
|
||||
() => self.Owner.IsAlliedWith(self.World.RenderPlayer),
|
||||
order.Target.CenterPosition,
|
||||
self.Owner.Color,
|
||||
self.OwnerColor(),
|
||||
info.Duration);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user