mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
remove magazine replacement hashmap, unused
This commit is contained in:
parent
effa6aea88
commit
28458f90b0
@ -13,12 +13,4 @@ PREP_RECOMPILE_END;
|
|||||||
_mortar setVariable [QEGVAR(csw,assemblyMode), [0, 3] select GVAR(useAmmoHandling)];
|
_mortar setVariable [QEGVAR(csw,assemblyMode), [0, 3] select GVAR(useAmmoHandling)];
|
||||||
}] call CBA_fnc_addClassEventHandler;
|
}] call CBA_fnc_addClassEventHandler;
|
||||||
|
|
||||||
GVAR(ammoHandlingMagazineReplacement) = createHashMapFromArray [
|
|
||||||
["8Rnd_82mm_Mo_shells", "ACE_1Rnd_82mm_Mo_HE"],
|
|
||||||
["8Rnd_82mm_Mo_Smoke_white", "ACE_1Rnd_82mm_Mo_Smoke"],
|
|
||||||
["8Rnd_82mm_Mo_Flare_white", "ACE_1Rnd_82mm_Mo_Illum"],
|
|
||||||
["8Rnd_82mm_Mo_guided", "ACE_1Rnd_82mm_Mo_HE_Guided"],
|
|
||||||
["8Rnd_82mm_Mo_LG", "ACE_1Rnd_82mm_Mo_HE_LaserGuided"]
|
|
||||||
];
|
|
||||||
|
|
||||||
ADDON = true;
|
ADDON = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user