mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Some items (like PipeBomb) are a class in both CfgMagazines and CfgWeapons. BIS_fnc_invRemove uses weapon first, so that is why the magazine was not being removed. Using config instead of string avoids this problem.