9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-20 07:29:21 +00:00

Fixed Autospawn

This commit is contained in:
Auxilor
2021-04-24 17:49:35 +01:00
parent 11d8d8d13f
commit 12abdcbf5e

View File

@@ -52,8 +52,6 @@ public class EcoBossesPlugin extends EcoPlugin {
this.getLogger().info("Extensions Loaded:");
this.getExtensionLoader().getLoadedExtensions().forEach(extension -> this.getLogger().info("- " + extension.getName() + " v" + extension.getVersion()));
}
this.getScheduler().runTimer(new AutoSpawnTimer(), 5, 1);
}
/**
@@ -79,7 +77,7 @@ public class EcoBossesPlugin extends EcoPlugin {
*/
@Override
public void onReload() {
this.getScheduler().runTimer(new AutoSpawnTimer(), 5, 1);
}
/**