Skip to content

Fix fill profile events not being called since 1.21.9#14069

Open
WouterGritter wants to merge 1 commit into
PaperMC:mainfrom
WouterGritter:fix/fill-profile-events
Open

Fix fill profile events not being called since 1.21.9#14069
WouterGritter wants to merge 1 commit into
PaperMC:mainfrom
WouterGritter:fix/fill-profile-events

Conversation

@WouterGritter

Copy link
Copy Markdown
Member

The old patch also threaded the known name into the events so plugins can serve textures by name. That behaviour is kept, but via guava's get(key, Callable) rather than the previous Pair<UUID, GameProfile> cache key, which made by-name and by-id lookups separate entries for the same UUID. Lookups by id pass a blank name, as before.

Fixes #13652

@WouterGritter WouterGritter requested a review from a team as a code owner July 15, 2026 22:01
@github-project-automation github-project-automation Bot moved this to Awaiting review in Paper PR Queue Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Awaiting review

Development

Successfully merging this pull request may close these issues.

Profile event handlers are not being called

1 participant