mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-27 05:40:01 +00:00
Fixed visual typo in /ban-ip, closes #2503
This commit is contained in:
parent
f9dd929e04
commit
c8b5c023cd
@ -32,7 +32,7 @@ class BanIpCommand extends VanillaCommand{
|
|||||||
parent::__construct(
|
parent::__construct(
|
||||||
$name,
|
$name,
|
||||||
"Prevents the specified IP address from using this server",
|
"Prevents the specified IP address from using this server",
|
||||||
"/ban <address|player> [reason...]"
|
"/ban-ip <address|player> [reason...]"
|
||||||
);
|
);
|
||||||
$this->setPermission("pocketmine.command.ban.ip");
|
$this->setPermission("pocketmine.command.ban.ip");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user