I don't need to do that. It's the default.

This commit is contained in:
Olof Larsson 2014-10-14 09:25:00 +02:00
parent 2a827a28b1
commit c838e55f6d

View File

@ -35,15 +35,4 @@ public class CmdFactionsAccess extends FactionsCommand
this.addRequirements(ReqHasPerm.get(Perm.ACCESS.node));
}
// -------------------------------------------- //
// OVERRIDE
// -------------------------------------------- //
@Override
public void perform()
{
this.getCommandChain().add(this);
HelpCommand.get().execute(this.sender, this.args, this.commandChain);
}
}