You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: