Revert previous, fixes custom.sqf from not compiling
This commit is contained in:
@@ -503,10 +503,9 @@ GRLIB_arsenal_magazines = [
|
|||||||
"rhs_pg7_PG7VS_mag",
|
"rhs_pg7_PG7VS_mag",
|
||||||
"rhs_pg7_PG7VL_mag",
|
"rhs_pg7_PG7VL_mag",
|
||||||
"rhs_pg7_TBG7V_mag",
|
"rhs_pg7_TBG7V_mag",
|
||||||
"gm_1Rnd_72mm_he_9m32m"
|
"gm_1Rnd_72mm_he_9m32m",
|
||||||
|
|
||||||
//Underbarrel Grenades
|
//Underbarrel Grenades
|
||||||
"
|
|
||||||
|
|
||||||
// Grenades
|
// Grenades
|
||||||
"gm_handgrenade_frag_rgd5",
|
"gm_handgrenade_frag_rgd5",
|
||||||
|
|||||||
@@ -108,9 +108,6 @@ if (KP_liberation_arsenalUsePreset) then {
|
|||||||
[missionNamespace, true] call BIS_fnc_addVirtualBackpackCargo;
|
[missionNamespace, true] call BIS_fnc_addVirtualBackpackCargo;
|
||||||
|
|
||||||
if (KP_liberation_ace && KP_liberation_arsenal_type) then {
|
if (KP_liberation_ace && KP_liberation_arsenal_type) then {
|
||||||
//remove everything
|
|
||||||
[player, true, false] call ace_arsenal_fnc_removeVirtualItems;
|
|
||||||
//add the whitelist
|
|
||||||
[player, true, false] call ace_arsenal_fnc_addVirtualItems;
|
[player, true, false] call ace_arsenal_fnc_addVirtualItems;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user