Fixed visual typo in /ban-ip, closes #2503

This commit is contained in:
Shoghi Cervantes 2015-01-04 09:36:07 +01:00
parent f9dd929e04
commit c8b5c023cd
No known key found for this signature in database
GPG Key ID: 78464DB0A7837F89

View File

@ -32,7 +32,7 @@ class BanIpCommand extends VanillaCommand{
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");
}