mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
Prevent MeleeMagazines being counted by BIS_fnc_inv
This commit is contained in:
@@ -84,6 +84,8 @@ if ((count _upgrade) > 0) then {
|
||||
_abortInvAdd = false;
|
||||
_i = 0;
|
||||
_addedItems = [];
|
||||
//Remove melee magazines (BIS_fnc_invAdd fix)
|
||||
{player removeMagazines _x} count MeleeMagazines;
|
||||
|
||||
{
|
||||
_itemOut = _x select 0;
|
||||
|
||||
Reference in New Issue
Block a user