mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 10:56:35 +00:00
Fixed small possible error in permission
Changed permission to "pocketmine.command.deop" from "pocketmine.command.op.take"
This commit is contained in:
parent
68da4b5b39
commit
075137bd3c
@ -34,7 +34,7 @@ class DeopCommand extends VanillaCommand{
|
|||||||
"Takes the specified player's operator status",
|
"Takes the specified player's operator status",
|
||||||
"/deop <player>"
|
"/deop <player>"
|
||||||
);
|
);
|
||||||
$this->setPermission("pocketmine.command.op.take");
|
$this->setPermission("pocketmine.command.deop");
|
||||||
}
|
}
|
||||||
|
|
||||||
public function execute(CommandSender $sender, $currentAlias, array $args){
|
public function execute(CommandSender $sender, $currentAlias, array $args){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user