Fix MVWho Closes #44

This commit is contained in:
Eric Stokes 2011-07-29 22:29:09 -06:00
parent 37914bc4d1
commit dd129f2776

View File

@ -18,6 +18,8 @@ public class WhoCommand extends MultiverseCommand {
this.setName("Who?");
this.setCommandUsage("/mvwho" + ChatColor.GOLD + " [WORLD]");
this.setArgRange(0, 1);
this.addKey("mv who");
this.addKey("mvw");
this.addKey("mvwho");
this.setPermission("multiverse.core.list.who", "States who is in what world.", PermissionDefault.OP);
}