Removed code that would unload bosses on restart.

This commit is contained in:
Brianna 2019-10-08 01:29:40 -04:00
parent e5eddd4e5c
commit aa61bffbdb

View File

@ -90,7 +90,6 @@ public class EpicBosses extends SongodaPlugin implements IReloadable {
@Override
public void onPluginDisable() {
this.autoSpawnManager.stopIntervalSystems();
this.bossEntityManager.killAllHolders((World) null);
}
@Override