fix missing command list

This commit is contained in:
jascotty2 2019-09-12 08:59:44 -05:00
parent fd03365d97
commit 604f4c1e6e

View File

@ -107,7 +107,6 @@ public class EpicFurnaces extends SongodaPlugin {
loadLevelManager();
this.furnaceManager = new FurnaceManager();
this.commandManager = new CommandManager(this);
this.boostManager = new BoostManager();
this.blacklistHandler = new BlacklistHandler();