mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-05 07:42:53 +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.