mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-29 12:37:36 +01:00
null the Essentials object in static EcoApi, so it doesn't leak on /reload.
TODO: Make the eco api non-static
This commit is contained in:
parent
d2f3bf94ae
commit
cccebdd62e
@ -221,6 +221,7 @@ public class Essentials extends JavaPlugin implements IEssentials
|
||||
@Override
|
||||
public void onDisable()
|
||||
{
|
||||
Economy.setEss(null);
|
||||
Trade.closeLog();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user