dogpile fix

This commit is contained in:
1brucben
2025-05-06 04:27:37 +02:00
parent d164a28986
commit 17c2307b3a
+1 -1
View File
@@ -947,7 +947,7 @@ export class FakeHumanExecution implements Execution {
}
}
} else {
if (this.dogpileTarget === top) {
if (this.dogpileTarget !== top) {
this.dogpileTarget = null;
}
}