Skip to content

Commit 7fc98ad

Browse files
committed
Changed syntax of the array
1 parent a37f04d commit 7fc98ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HeartsAndMindsPlus.Altis/core/fnc/int/add_actions.sqf

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ _action = ["Search_intel", localize "STR_A3_Showcase_Marksman_BIS_tskIntel_title
124124
}, {true}, {}, [_helipad], [0, 0, 0], 5] call ace_interact_menu_fnc_createAction;
125125
[_object, 0, ["ACE_MainActions"], _action] call ace_interact_menu_fnc_addActionToObject;
126126
};
127-
} forEach [[btc_create_object, btc_create_object_point], btc_log_points select 0];
127+
} forEach [[btc_create_object, btc_create_object_point]] + btc_log_points;
128128

129129
//Place
130130
_action = ["Logistic", localize "STR_BTC_HAM_ACTION_LOC_MAIN", "\A3\ui_f\data\igui\cfg\simpleTasks\letters\L_ca.paa", {}, {true}] call ace_interact_menu_fnc_createAction;

0 commit comments

Comments
 (0)