Fix HeldPrefix having different name on client.

This commit is contained in:
Pieter-Jan Briers
2020-04-23 16:46:55 +02:00
parent 7cb7e03ff6
commit 1fb9359d90

View File

@@ -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()