mirror of
https://github.com/MassiveCraft/Factions.git
synced 2025-01-09 17:37:48 +01:00
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