Make player stance colours universally respected
This commit is contained in:
committed by
Matthias Mailänder
parent
2f331548e1
commit
5fc36bd45f
@@ -102,7 +102,7 @@ namespace OpenRA.Mods.Common.Traits.Render
|
||||
self.CenterPosition,
|
||||
Info.Range,
|
||||
0,
|
||||
Info.UsePlayerColor ? self.Owner.Color : Info.Color,
|
||||
Info.UsePlayerColor ? self.OwnerColor() : Info.Color,
|
||||
Info.Width,
|
||||
Info.BorderColor,
|
||||
Info.BorderWidth);
|
||||
|
||||
Reference in New Issue
Block a user