diff --git a/src/core/execution/FakeHumanExecution.ts b/src/core/execution/FakeHumanExecution.ts index 3e4b8cdbf..bcf511423 100644 --- a/src/core/execution/FakeHumanExecution.ts +++ b/src/core/execution/FakeHumanExecution.ts @@ -947,7 +947,7 @@ export class FakeHumanExecution implements Execution { } } } else { - if (this.dogpileTarget === top) { + if (this.dogpileTarget !== top) { this.dogpileTarget = null; } }