Fix another case of constant expression DataField.
This commit is contained in:
@@ -227,7 +227,7 @@ namespace Content.Client.GameObjects.Components.Instruments
|
||||
public override void ExposeData(ObjectSerializer serializer)
|
||||
{
|
||||
base.ExposeData(serializer);
|
||||
serializer.DataField(this, x => Handheld, "handheld", false);
|
||||
serializer.DataField(this, x => x.Handheld, "handheld", false);
|
||||
serializer.DataField(ref _instrumentProgram, "program", (byte) 1);
|
||||
serializer.DataField(ref _instrumentBank, "bank", (byte) 0);
|
||||
serializer.DataField(ref _allowPercussion, "allowPercussion", false);
|
||||
|
||||
Reference in New Issue
Block a user