Fixed: Repack Energy Pack not possible

This commit is contained in:
vbawol 2017-01-23 17:12:50 -06:00
parent a990bc7eb1
commit 40949a09b9

@ -49,7 +49,7 @@ if !(_interactActions isEqualTo []) then {
};
// ammo repack
if (_magCount > 1) then {
_button_texts pushBack ["REPACK"];
_button_texts pushBack ["REPACK","[0] call EPOCH_consumeItem;"];
};
_config = 'CfgCrafting' call EPOCH_returnConfig;