Skip to content

Commit

Permalink
Makes command less confusing
Browse files Browse the repository at this point in the history
Nuff said...
  • Loading branch information
BalloonChamp committed Dec 20, 2015
1 parent a60bc3f commit 9c8a959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/bukkit/command/defaults/PardonCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

public class PardonCommand extends VanillaCommand {
public PardonCommand() {
super("pardon");
super("unban");
this.description = "Allows the specified player to use this server";
this.usageMessage = "/pardon <player>";
this.usageMessage = "/unban <player>";
this.setPermission("bukkit.command.unban.player");
}

Expand Down

0 comments on commit 9c8a959

Please sign in to comment.