Revert "Fixed small possible error in permission"

This commit is contained in:
Shoghi Cervantes 2014-12-07 20:54:38 +01:00
parent 5373e6be07
commit a5294d5ec7

View File

@ -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.deop"); $this->setPermission("pocketmine.command.op.take");
} }
public function execute(CommandSender $sender, $currentAlias, array $args){ public function execute(CommandSender $sender, $currentAlias, array $args){