mirror of
https://github.com/songoda/EpicFarming.git
synced 2025-03-01 19:01:12 +01:00
fix missing command list
This commit is contained in:
parent
a993d8f85a
commit
cc5700cde6
@ -116,7 +116,6 @@ public class EpicFarming extends SongodaPlugin {
|
|||||||
this.farmManager = new FarmManager();
|
this.farmManager = new FarmManager();
|
||||||
this.playerActionManager = new PlayerActionManager();
|
this.playerActionManager = new PlayerActionManager();
|
||||||
this.boostManager = new BoostManager();
|
this.boostManager = new BoostManager();
|
||||||
this.commandManager = new CommandManager(this);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Register Farms into FarmManger from configuration
|
* Register Farms into FarmManger from configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user