Nits.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace OpenRA.Widgets
|
||||
? actor.Info.Traits.Get<ValuedInfo>().Description
|
||||
: actor.Info.Name;
|
||||
var text2 = (actor.Owner == world.LocalPlayer)
|
||||
? "" : (actor.Owner.isSpecial ? "{0}" : "{0} ({1})").F(actor.Owner.PlayerName, world.LocalPlayer.Stances[actor.Owner]);
|
||||
? "" : (actor.Owner.IsSpecial ? "{0}" : "{0} ({1})").F(actor.Owner.PlayerName, world.LocalPlayer.Stances[actor.Owner]);
|
||||
|
||||
var renderer = Game.chrome.renderer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user