Skip to content

Commit 19902ff

Browse files
committed
Correctly serialize state HIRC item on >v126
1 parent 2e85c86 commit 19902ff

File tree

1 file changed

+1
-1
lines changed
  • ME3Tweaks.Wwiser/Model/Hierarchy

1 file changed

+1
-1
lines changed

ME3Tweaks.Wwiser/Model/Hierarchy/State.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class State : HircItem
1212
public StateParametersV56 Parameters { get; set; } = new StateParametersV56();
1313

1414
[FieldOrder(1)]
15-
[SerializeWhenVersionBetween(57, 126)]
15+
[SerializeWhenVersion(56, ComparisonOperator.GreaterThan)]
1616
public PropBundleFloat Prop { get; set; } = new PropBundleFloat();
1717

1818
[Ignore]

0 commit comments

Comments
 (0)