mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Remove hard Spout dependency. Sorry. Thanks Fetch!
This commit is contained in:
parent
5f88247810
commit
047e0d8001
@ -273,7 +273,7 @@ public class MultiverseCore extends JavaPlugin implements LoggablePlugin {
|
||||
this.commandHandler.registerCommand(new EnvironmentCommand(this));
|
||||
this.commandHandler.registerCommand(new DebugCommand(this));
|
||||
this.commandHandler.registerCommand(new SleepCommand(this));
|
||||
this.commandHandler.registerCommand(new SpoutCommand(this));
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -836,6 +836,7 @@ public class MultiverseCore extends JavaPlugin implements LoggablePlugin {
|
||||
|
||||
public void setSpout(SpoutManager spoutManager) {
|
||||
this.spoutManager = spoutManager;
|
||||
this.commandHandler.registerCommand(new SpoutCommand(this));
|
||||
}
|
||||
|
||||
public SpoutManager getSpout() {
|
||||
|
Loading…
Reference in New Issue
Block a user