mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
1.0.1.95 Dev Build
This commit is contained in:
@@ -18,6 +18,7 @@ if (count _inventory > 0) then {
|
||||
};
|
||||
|
||||
if (_item == "BoltSteel") then { _item = "WoodenArrow" }; // Convert BoltSteel to WoodenArrow
|
||||
if (_item == "ItemTent") then { _item = "ItemTentOld" };
|
||||
|
||||
//Is item legal?
|
||||
_isOK = isClass(configFile >> "CfgMagazines" >> _item);
|
||||
|
||||
Reference in New Issue
Block a user