Removed saveAllConfigs on disable

This commit is contained in:
Auxilor
2021-08-06 22:00:04 +01:00
parent ce231934a3
commit 155a349569
2 changed files with 1 additions and 2 deletions

View File

@@ -405,7 +405,6 @@ public abstract class EcoPlugin extends JavaPlugin {
this.getEventManager().unregisterAllListeners();
this.getScheduler().cancelAll();
this.getConfigHandler().saveAllConfigs();
this.handleDisable();