Unregister event and unsubscribe.
Samuele1818 opened this issue ยท 1 comments
I'm trying to unregister event
luckPermsHook.api.getEventBus().subscribe(UserLoadEvent.class, luckPermsHook::onUserLoad).close();
but this method not work. Can you help me?