Change active state logic in resolveRuntimeActorScheduleState

This commit is contained in:
2026-04-15 07:38:24 +02:00
parent 4cd902e4e2
commit 053ebc84be

View File

@@ -435,7 +435,7 @@ export function resolveRuntimeActorScheduleState(options: {
return {
actorId: options.actorId,
hasRules: actorRules.length > 0,
active: actorRules.length === 0,
active: true,
activeRoutineId: null,
activeRoutineTitle: null,
presenceEffect: null,