From 122417b0e38209e04fc243b830093980082a82dc Mon Sep 17 00:00:00 2001 From: Piotr Kunicki Date: Wed, 24 Feb 2021 13:32:36 +0100 Subject: [PATCH] missing pluginUrl fix --- vrcpy/objects.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vrcpy/objects.py b/vrcpy/objects.py index 6920e1c..8676b16 100644 --- a/vrcpy/objects.py +++ b/vrcpy/objects.py @@ -467,7 +467,6 @@ def __init__(self, client, obj): self.unique += [ "namespace", - "pluginUrl", "previewYoutubeId", "instances" ]