Skip to content

Commit

Permalink
Common - Fix Export Mission SQF not saving formation direction (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayerBotPro authored Sep 6, 2024
1 parent 93bfb22 commit 86e5024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/common/functions/fnc_exportMissionSQF.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ private _fnc_processGroup = {
_outputGroups2 pushBack ["%1 setBehaviour %2;", _varName, str behaviour leader _group];
_outputGroups2 pushBack ["%1 setCombatMode %2;", _varName, str combatMode _group];
_outputGroups2 pushBack ["%1 setSpeedMode %2;", _varName, str speedMode _group];
_outputGroups2 pushBack ["%1 setFormDir %2;", _varName, formationDirection leader _group];

if (_includeWaypoints) then {
_outputGroups2 pushBack "";
Expand Down

0 comments on commit 86e5024

Please sign in to comment.