Fix a bug in the sort order of handlers. Instead of using -1, 0, 1 with native sort, true / false was used. This triggered an issue when comparing levels which caused sort orders to not be correct.
Fix a bug in the sort order of handlers. Instead of using -1, 0, 1 with native sort, true / false was used. This triggered an issue when comparing levels which caused sort orders to not be correct.