Skip to content

Commit

Permalink
Fix rogue var breaking vanilla LDF template
Browse files Browse the repository at this point in the history
  • Loading branch information
jaj22 committed Feb 16, 2024
1 parent 61e1c61 commit f46ad2b
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 f46ad2b

Please sign in to comment.