NewbieOrange / clicksort

Minecraft Bukkit plugin to sort inventories with a simple mouse click
https://dev.bukkit.org/projects/clicksort
Other
13 stars 5 forks source link

Fix sorting in all inventories #22

Closed minoneer closed 3 months ago

minoneer commented 3 months ago

The previous change in commit ac50df8 changed sortable slot specifications from a range to an int set. The subsequent code still expected int ranges, therefore messing up the sorted inventory.

Fixes #21