mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-31 21:48:31 +01:00
Force listener cleanup on plugin disable.
This commit is contained in:
parent
4854961901
commit
a800359e0b
@ -329,6 +329,8 @@ public class Essentials extends JavaPlugin implements net.ess3.api.IEssentials
|
||||
Economy.setEss(null);
|
||||
Trade.closeLog();
|
||||
getUserMap().getUUIDMap().forceWriteUUIDMap();
|
||||
|
||||
HandlerList.unregisterAll(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user