Skip to content

Commit 42acd9b

Browse files
committed
Fix missing refactor rename
1 parent 976e7da commit 42acd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/pipelines/effects.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ async function manageEffectDuration(event) {
556556
return false;
557557
}
558558
} else if (duration.tracking === 'source') {
559-
if (effect.source.actorUuid !== event.actor.uuid) {
559+
if (effect.sourceInfo.actorUuid !== event.actor.uuid) {
560560
return false;
561561
}
562562
}

0 commit comments

Comments
 (0)