@@ -87,7 +87,7 @@ if(support_supplydrop_available) then {
8787};
8888
8989if (support_paradrop_available) then {
90- _text = [" Airborne troops (25 CP)" , 3 , ' _null = [player] execVM ""support\ammobox .sqf""' , 1 ] call menuItemFormatter;
90+ _text = [" Airborne troops (25 CP)" , 3 , ' _null = [player] execVM ""support\paradrop .sqf""' , 1 ] call menuItemFormatter;
9191 _logisticsItems pushBack _text ;
9292} else {
9393 _text = [" Airborne troops (N/A)" , 3 , ' ' , 0 ] call menuItemFormatter;
@@ -103,15 +103,15 @@ if(support_pFLIR_available) then {
103103};
104104
105105if (support_uav_recon_available) then {
106- _text = [" UAV Recon (3 CP)" , 5 , ' _null = [player] execVM ""support\ammobox .sqf""' , 1 ] call menuItemFormatter;
106+ _text = [" UAV Recon (3 CP)" , 5 , ' _null = [player] execVM ""support\mapclickuav .sqf""' , 1 ] call menuItemFormatter;
107107 _logisticsItems pushBack _text ;
108108} else {
109109 _text = [" UAV Recon (N/A)" , 5 , ' ' , 0 ] call menuItemFormatter;
110110 _logisticsItems pushBack _text ;
111111};
112112
113113if (support_veh_refit_available) then {
114- _text = [" Vehicle Refit (2 CP)" , 6 , ' _null = [player] execVM ""support\ammobox .sqf""' , 1 ] call menuItemFormatter;
114+ _text = [" Vehicle Refit (2 CP)" , 6 , ' _null = [player] execVM ""support\veh_refit .sqf""' , 1 ] call menuItemFormatter;
115115 _logisticsItems pushBack _text ;
116116} else {
117117 _text = [" Vehicle Refit (N/A)" , 6 , ' ' , 0 ] call menuItemFormatter;
0 commit comments