mirror of
https://github.com/MassiveCraft/Factions.git
synced 2025-01-09 01:17:47 +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
|
||||
this.outerCmdFactions = new CmdFactions();
|
||||
this.outerCmdFactions.register();
|
||||
this.outerCmdFactions.register(this);
|
||||
|
||||
// Engines
|
||||
EngineMain.get().activate();
|
||||
|
Loading…
Reference in New Issue
Block a user