You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.