Supply the Plugin upon registration of a MassiveCommand.

This commit is contained in:
Olof Larsson 2014-11-21 10:48:51 +01:00
parent ad4fab5372
commit 5d0f0abd4d

View File

@ -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();