From a5294d5ec7e7cca186230ab15835394f28822aaa Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sun, 7 Dec 2014 20:54:38 +0100 Subject: [PATCH] Revert "Fixed small possible error in permission" --- src/pocketmine/command/defaults/DeopCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pocketmine/command/defaults/DeopCommand.php b/src/pocketmine/command/defaults/DeopCommand.php index c0efbf0fa..8a192f6cb 100644 --- a/src/pocketmine/command/defaults/DeopCommand.php +++ b/src/pocketmine/command/defaults/DeopCommand.php @@ -34,7 +34,7 @@ class DeopCommand extends VanillaCommand{ "Takes the specified player's operator status", "/deop " ); - $this->setPermission("pocketmine.command.deop"); + $this->setPermission("pocketmine.command.op.take"); } public function execute(CommandSender $sender, $currentAlias, array $args){ @@ -59,4 +59,4 @@ class DeopCommand extends VanillaCommand{ return true; } -} +} \ No newline at end of file