diff --git a/OpenRA.Mods.Common/Traits/Player/PlayerStatistics.cs b/OpenRA.Mods.Common/Traits/Player/PlayerStatistics.cs index e3f5c5ebca..a22f477012 100644 --- a/OpenRA.Mods.Common/Traits/Player/PlayerStatistics.cs +++ b/OpenRA.Mods.Common/Traits/Player/PlayerStatistics.cs @@ -159,7 +159,7 @@ namespace OpenRA.Mods.Common.Traits if (BuildableInfo != null && rsi != null) { - var image = rsi.GetImage(actorInfo, owner.Faction.Name); + var image = rsi.GetImage(actorInfo, owner.Faction.InternalName); Icon = new Animation(owner.World, image); Icon.Play(BuildableInfo.Icon); IconPalette = BuildableInfo.IconPalette;