Change active state logic in resolveRuntimeActorScheduleState
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user