diff --git a/Content.Client/GameObjects/Components/Items/ItemComponent.cs b/Content.Client/GameObjects/Components/Items/ItemComponent.cs index f1b01f57ff..4140314c55 100644 --- a/Content.Client/GameObjects/Components/Items/ItemComponent.cs +++ b/Content.Client/GameObjects/Components/Items/ItemComponent.cs @@ -51,7 +51,7 @@ namespace Content.Client.GameObjects base.ExposeData(serializer); serializer.DataFieldCached(ref RsiPath, "sprite", null); - serializer.DataFieldCached(ref _equippedPrefix, "prefix", null); + serializer.DataFieldCached(ref _equippedPrefix, "HeldPrefix", null); } protected RSI GetRSI()