Simplify effect type assertion and update validation context creation in scene document files

This commit is contained in:
2026-04-14 02:59:25 +02:00
parent 86703862c5
commit a37237d1f3
2 changed files with 3 additions and 25 deletions

View File

@@ -3303,7 +3303,7 @@ function readProjectScheduler(
`${label}.routines.${routineId}.priority`,
0
),
effect: effect as ReturnType<typeof createSetActorPresenceControlEffect>
effect
})
];
})