-
Notifications
You must be signed in to change notification settings - Fork 144
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 for removing XUIDs from player lists #635
Labels
improvement
Improvement of an existing part of the codebase
Milestone
Comments
I'm pretty sure first of all that this is associated with the XUID, not UUID. Sending invalid values for this would probably break things. I'm not sure this is worth implementing. |
In gohpertunnel: type PlayerListEntry struct {
// UUID is the UUID of the player as sent in the Login packet when the client joined the server. It must
// match this UUID exactly for the correct XBOX Live icon to show up in the list.
UUID uuid.UUID``` |
Without this, clicking a player with an edited display name in the pause menu would reveal their original name, since it comes from XBL. Hell for content creators. |
Hell for content creators? Could you elaborate? |
Xd-pro
changed the title
Option for sending an incorrect/invalid UUID for player list entries
Option for removing XUIDs from player lists
Aug 10, 2022
JustTalDevelops
added
the
improvement
Improvement of an existing part of the codebase
label
Aug 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This makes it impossible for players to check for nicknames through the player list and disables reporting which some servers may want.
The text was updated successfully, but these errors were encountered: