Skip to content

Commit 64ce0f1

Browse files
authored
Merge pull request #843 from quietust/fix
Fix stockpile_parameter_finishedst
2 parents b18d74d + ee4688b commit 64ce0f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

df.building.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,11 +812,11 @@
812812
<stl-vector type-name='bool' name='other_mats' index-enum='stockpile_finished_mat'/>
813813
<stl-vector type-name='bool' name='mats'
814814
index-refers-to='(material-by-id 0 $)'/>
815-
<static-array type-name='bool' name='quality_core' count='7' index-enum='item_quality'/>
816-
<static-array type-name='bool' name='quality_total' count='7' index-enum='item_quality'/>
817815
<stl-vector type-name='bool' name='color'/>
818816
<bool name='dyed'/>
819817
<bool name='undyed'/>
818+
<static-array type-name='bool' name='quality_core' count='7' index-enum='item_quality'/>
819+
<static-array type-name='bool' name='quality_total' count='7' index-enum='item_quality'/>
820820
</struct-type>
821821

822822
<struct-type type-name='stockpile_parameter_leatherst'>

0 commit comments

Comments
 (0)