From 17c2307b3af4032a763660954e53fe0d235deae1 Mon Sep 17 00:00:00 2001 From: 1brucben <1benjbruce@gmail.com> Date: Tue, 6 May 2025 04:27:37 +0200 Subject: [PATCH] dogpile fix --- src/core/execution/FakeHumanExecution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }