-
-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(BetterTab): PlayerHider & Highlight others #5123
feat(BetterTab): PlayerHider & Highlight others #5123
Conversation
PlayerHider 2024-12-31.19-33-57.mp4
|
|
I have no one to celebrate the New year with. |
So real |
с новым годом меня, наверное... |
var customComparator = sorting.getComparator(); | ||
|
||
var comparator = running | ||
? (customComparator != null ? customComparator : defaultComparator) | ||
: defaultComparator; | ||
|
||
return original.call(instance, comparator); | ||
var playerHider = ModuleBetterTab.PlayerHider.INSTANCE; | ||
var hided = running && playerHider.getRunning() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hidden
closes #5122 & highlight others