@@ -3698,7 +3698,7 @@ class BiAuditPowiazania {
return;
}
- if (($weight) > $this->maxDepth) {
+ if (($weight) >= $this->maxDepth) {
if (!$this->onlyTargets) $this->addResult($progress);
array_pop($this->path);