The default pf4j comparator casts longs to ints which breaks the sort. Since we don't actually rely on this sorting, simply set the comparator to `null`. See https://github.com/open-osrs/runelite/pull/2621 for more info
The default pf4j comparator casts longs to ints which breaks the sort. Since we don't actually rely on this sorting, simply set the comparator to `null`. See https://github.com/open-osrs/runelite/pull/2621 for more info