Skip to content

Commit

Permalink
Fix typo for garrisoned flag (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
TMZulu authored May 14, 2023
1 parent 3cd9b67 commit 940dbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ai/functions/fnc_unGarrison.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
group _unit enableAttack true;
};

_unit setVariable [QGVAR(garrisonned), false, true];
_unit setVariable [QGVAR(garrisoned), false, true];

// End fix for rotating garrisoned units
_unit doWatch objNull;
Expand Down

0 comments on commit 940dbdf

Please sign in to comment.