pocketmine\command\ConsoleCommandSender::removeAttachment PHP Method

removeAttachment() public method

public removeAttachment ( PermissionAttachment $attachment ) : void
$attachment pocketmine\permission\PermissionAttachment
return void
    public function removeAttachment(PermissionAttachment $attachment)
    {
        $this->perm->removeAttachment($attachment);
    }