From c8b5c023cd066c20465b94627f10d8612f375150 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sun, 4 Jan 2015 09:36:07 +0100 Subject: [PATCH] Fixed visual typo in /ban-ip, closes #2503 --- src/pocketmine/command/defaults/BanIpCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/command/defaults/BanIpCommand.php b/src/pocketmine/command/defaults/BanIpCommand.php index 7b02c0624b..7cf9fc0d01 100644 --- a/src/pocketmine/command/defaults/BanIpCommand.php +++ b/src/pocketmine/command/defaults/BanIpCommand.php @@ -32,7 +32,7 @@ class BanIpCommand extends VanillaCommand{ parent::__construct( $name, "Prevents the specified IP address from using this server", - "/ban [reason...]" + "/ban-ip [reason...]" ); $this->setPermission("pocketmine.command.ban.ip"); }