Skip to content

Commit

Permalink
fix PR#3780 (#3786)
Browse files Browse the repository at this point in the history
fixed syntax error
  • Loading branch information
ya4ept authored Sep 3, 2023
1 parent d9ccdf5 commit ad601ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AI/SlaveAttack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ad601ad

Please sign in to comment.