From c553c2542d85cb7b4316986d3beac8ec985eb286 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 24 Dec 2023 23:24:39 -0700 Subject: [PATCH] Add sync as a valid actor type --- template.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template.json b/template.json index 15a893d..f4399fe 100644 --- a/template.json +++ b/template.json @@ -1,7 +1,8 @@ { "Actor": { "types": [ - "player" + "player", + "sync" ] }, "Item": {