Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit a497f10

Browse files
committed
Make "hidden" attr optional in Instance obj
#30
1 parent b353b6f commit a497f10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vrcpy/world.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,10 @@ def __init__(self, client, obj, loop=None):
248248
"permanent": {
249249
"dict_key": "permanent",
250250
"type": bool
251-
},
251+
}
252+
})
253+
254+
self.option.update({
252255
"hidden": {
253256
"dict_key": "hidden",
254257
"type": str

0 commit comments

Comments
 (0)