Fix f status word wrap

This commit is contained in:
Olof Larsson
2016-03-17 20:26:39 +01:00
parent f6a7fb65c2
commit d2a22f5595
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ public class CmdFactionsStatus extends FactionsCommand
// Parameters
this.addParameter(Parameter.getPage());
this.addParameter(TypeFaction.get(), "faction", "you");
this.addParameter(TypeSortMPlayer.get(), "sort by", "time");
this.addParameter(TypeSortMPlayer.get(), "sort", "time");
// Requirements
this.addRequirements(RequirementHasPerm.get(Perm.STATUS.node));