-
Notifications
You must be signed in to change notification settings - Fork 69
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
Option experimentalTabCompleteFixForTabSize80 doesn't work #719
Comments
Do you actually use a fixed size tab list with size 80? |
type: FIXED_SIZE |
The option only works for clients on version 1.19.2 or older. |
Is workaround possible? |
Maybe something like custom, secret or near empty names? |
bump |
Bumping won't make it be solved any faster. Be patient |
The The |
What did change exactly? |
This is me guessing but since 1.19.3 are players no longer required to be in the tab list to have their skin displayed in the server, so this is probably the cause, as the Client no longer needs to get the Player tab info for seeing the other players on the server. So maybe some relevant code that made the experimental option work has been removed or changed. |
Isn't it better to keep the fix? |
The previous fix relied on the minecraft client using a specific datastructure to store the tab list entries. We used the empty string as name (which doesn't show up in tab completion) and tweaked the entries, such that the hash function would ensure the correct order. |
I don't understand this, can you take a look into it by any chance? |
He just told you that he can't fix it... |
no |
The
experimentalTabCompleteFixForTabSize80
option doesn't work I guess?The text was updated successfully, but these errors were encountered: