Supply the Plugin upon registration of a MassiveCommand.
This commit is contained in:
parent
ad4fab5372
commit
5d0f0abd4d
@ -142,7 +142,7 @@ public class Factions extends MassivePlugin
|
|||||||
|
|
||||||
// Commands
|
// Commands
|
||||||
this.outerCmdFactions = new CmdFactions();
|
this.outerCmdFactions = new CmdFactions();
|
||||||
this.outerCmdFactions.register();
|
this.outerCmdFactions.register(this);
|
||||||
|
|
||||||
// Engines
|
// Engines
|
||||||
EngineMain.get().activate();
|
EngineMain.get().activate();
|
||||||
|
Loading…
Reference in New Issue
Block a user