From ad601ade28eca7909ee91085ea836305696eb5bf Mon Sep 17 00:00:00 2001 From: ya4ept Date: Sun, 3 Sep 2023 16:02:00 +0300 Subject: [PATCH] fix PR#3780 (#3786) fixed syntax error --- src/AI/SlaveAttack.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AI/SlaveAttack.pm b/src/AI/SlaveAttack.pm index b7eb8b8388..6ad7abb3d5 100644 --- a/src/AI/SlaveAttack.pm +++ b/src/AI/SlaveAttack.pm @@ -432,7 +432,7 @@ sub main { } else { $target->{$slave->{ai_attack_failed_timeout}} = time; $slave->dequeue while ($slave->inQueue("attack")); - message TF("Unable to calculate a meetingPosition to target, dropping target. Check %s in config.txt\n", $config{$slave->{configPrefix}.'attackRouteMaxPathDistance'), 'slave_attack'; + message TF("Unable to calculate a meetingPosition to target, dropping target. Check %s in config.txt\n", $config{$slave->{configPrefix}.'attackRouteMaxPathDistance'}), 'slave_attack'; if ($config{$slave->{configPrefix}.'teleportAuto_dropTarget'}) { message TF("Teleport due to dropping %s attack target\n", $slave), 'teleport'; ai_useTeleport(1);