Skip to content

Commit

Permalink
Update addons/common/XEH_postInit.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com>
  • Loading branch information
ampersand38 and rautamiekka authored Oct 12, 2023
1 parent 676ced6 commit 9f7d2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
params ["_unit", "_target"];
_unit doWatch _target;
{
if (!(_x checkAIFeature "ANIM")) then {
if !(_x checkAIFeature "ANIM") then {
_x setDir (_x getDir _target);
};
} forEach flatten [_unit];
Expand Down

0 comments on commit 9f7d2da

Please sign in to comment.