File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2809,7 +2809,7 @@ function ItemsTabClass:CorruptDisplayItem(modType)
28092809 controls .save .y = 99
28102810 end
28112811 if controls .sort then
2812- applySort (controls .sort .list [controls .sort .selIndex ].stat )
2812+ applySort (controls .sort .list [controls .sort .selIndex ].stat , true )
28132813 else
28142814 buildList (controls .implicit , controls .implicit2 , currentModType )
28152815 buildList (controls .implicit2 , controls .implicit , currentModType )
@@ -3163,7 +3163,7 @@ function ItemsTabClass:AddCustomModifierToDisplayItem()
31633163 buildMods (value .sourceId )
31643164 controls .modSelect :SetSel (1 )
31653165 if controls .sort then
3166- applySort (controls .sort .list [controls .sort .selIndex ].stat )
3166+ applySort (controls .sort .list [controls .sort .selIndex ].stat , true )
31673167 end
31683168 end )
31693169 controls .source .enabled = # sourceList > 1
You can’t perform that action at this time.
0 commit comments