Skip to content

Commit

Permalink
Merge pull request #3150 from jaj22/fix-LDF-rogue-var
Browse files Browse the repository at this point in the history
Fix rogue var breaking vanilla LDF template
  • Loading branch information
Bob-Murphy authored Feb 18, 2024
2 parents 5aeba0a + f46ad2b commit bdfd7ed
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ if ("orange" in A3A_enabledDLC) then {

["vehiclesCargoTrucks", _cargoTrucks] call _fnc_saveToTemplate;

["vehiclesTanks", _Tanks] call _fnc_saveToTemplate;
["vehiclesIFVs", _vehiclesIFVs] call _fnc_saveToTemplate;
["vehiclesTanks", _Tanks] call _fnc_saveToTemplate;
["vehiclesHelisTransport", _HelisTransport] call _fnc_saveToTemplate;

["vehiclesMilitiaCars", _vehiclesMilitiaCars] call _fnc_saveToTemplate;
Expand Down

0 comments on commit bdfd7ed

Please sign in to comment.