Add sync as a valid actor type
This commit is contained in:
parent
fac2b09115
commit
c553c2542d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"Actor": {
|
"Actor": {
|
||||||
"types": [
|
"types": [
|
||||||
"player"
|
"player",
|
||||||
|
"sync"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Item": {
|
"Item": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue