Remove addition of 'Actor' to json_model_classes

This commit is contained in:
2026-01-20 00:55:03 +01:00
parent 3500ebe02a
commit 791ccfcfd1

View File

@@ -301,7 +301,6 @@ pub fn get_best_middleware(snapshot: &SyncbackSnapshot) -> Middleware {
static JSON_MODEL_CLASSES: OnceLock<HashSet<&str>> = OnceLock::new();
let json_model_classes = JSON_MODEL_CLASSES.get_or_init(|| {
[
"Actor",
"Sound",
"SoundGroup",
"Sky",