Skip to content
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

Fix leave messages sometimes showing for vanished players #1236

Merged
merged 1 commit into from
Sep 16, 2023

Conversation

cswhite2000
Copy link
Member

When players vanish by joining through a vanish subdomain, they sometimes show regular leaves messages when they disconnect.
This was caused by the vanish removal listener and the quit announce listener having the same priority https://github.com/PGMDev/PGM/blob/dev/core/src/main/java/tc/oc/pgm/listeners/JoinLeaveAnnouncer.java#L42

I've raised the priority of the vanish remove listener so that it happens after the leave message is announced.

@cswhite2000 cswhite2000 added the bug Something isn't working label Sep 10, 2023
@Electroid Electroid merged commit 129c2b5 into dev Sep 16, 2023
2 checks passed
@Electroid Electroid deleted the vanish-leave branch September 16, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

3 participants