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

Subscriber logout messages do not work #17

Open
verrier opened this issue Jan 29, 2012 · 1 comment
Open

Subscriber logout messages do not work #17

verrier opened this issue Jan 29, 2012 · 1 comment
Labels

Comments

@verrier
Copy link
Member

verrier commented Jan 29, 2012

This is probably because there is a permissions check now if they are a subscriber, but during logout the permissions are unset before bouncer handles the logout message (most likely, not 100% though) -- this might need to eb fixed in DBPermissions instead to either not unset permissions on logout (is that safe, possible?).. orrr.. needs to be fixed here, or Bukkit needs to fix plugin unload order

@verrier
Copy link
Member Author

verrier commented Feb 23, 2012

This is still broken (but it sometimes works??). A possible solution would be to check and store their subscriber status upon login, so if they lose sub status during the process, it's still stored at the time they logout.. depending upon how testing of not unsetting permissions on logout goes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant