diff --git a/src/pocketmine/command/Command.php b/src/pocketmine/command/Command.php index 6bb66e828..345041a45 100644 --- a/src/pocketmine/command/Command.php +++ b/src/pocketmine/command/Command.php @@ -87,9 +87,9 @@ abstract class Command{ } public function generateJsonData(Player $player) : array{ - /*if(!$this->testPermissionSilent($player)){ + if(!$this->testPermissionSilent($player)){ return []; - }*/ + } $data = [ "versions" => [ [