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
|
||||
this.outerCmdFactions = new CmdFactions();
|
||||
this.outerCmdFactions.register();
|
||||
this.outerCmdFactions.register(this);
|
||||
|
||||
// Engines
|
||||
EngineMain.get().activate();
|
||||
|
Loading…
Reference in New Issue
Block a user