Adding in Faction creation timestamp. You can now see how old the faction is.

This commit is contained in:
Olof Larsson
2013-04-25 10:51:11 +02:00
parent 0ed104279f
commit 0fd21575e4
4 changed files with 38 additions and 3 deletions

View File

@@ -16,8 +16,6 @@ public abstract class CmdFactionsRelationAbstract extends FCommand
public CmdFactionsRelationAbstract()
{
this.addAliases("faction");
this.addRequirements(ReqHasPerm.get(Perm.RELATION.node));
this.addRequirements(ReqRoleIsAtLeast.get(Rel.OFFICER));
}