Fixing some comments.

This commit is contained in:
Olof Larsson
2013-04-14 21:20:34 +02:00
parent c8d60a8298
commit 96954e4eb2
2 changed files with 18 additions and 3 deletions

View File

@ -56,9 +56,6 @@ public class CmdFactions extends FCommand
// TODO: When is this required? Should this be added to MCore?
this.aliases.removeAll(Collections.singletonList(null));
//this.requiredArgs.add("");
//this.optionalArgs.put("","")
senderMustBePlayer = false;
senderMustBeMember = false;
senderMustBeOfficer = false;