Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Fixed visual typo in /ban-ip, closes #2503
Browse files Browse the repository at this point in the history
  • Loading branch information
shoghicp committed Jan 4, 2015
1 parent f9dd929 commit c8b5c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocketmine/command/defaults/BanIpCommand.php
Expand Up @@ -32,7 +32,7 @@ public function __construct($name){
parent::__construct(
$name,
"Prevents the specified IP address from using this server",
"/ban <address|player> [reason...]"
"/ban-ip <address|player> [reason...]"
);
$this->setPermission("pocketmine.command.ban.ip");
}
Expand Down

0 comments on commit c8b5c02

Please sign in to comment.