Remove vanilla camo net

Duplicate of Epoch one.

Also had sliding issues when building because it did not have the proper
Epoch offset.
This commit is contained in:
ebaydayz
2016-11-05 20:53:11 -04:00
parent 0159b1418d
commit 677abe62aa
9 changed files with 21 additions and 21 deletions

View File

@@ -103,7 +103,7 @@ class WeaponHolder_ItemCamoNet : WeaponHolderBase {
model = "z\addons\dayz_communityassets\models\packed_net_green.p3d"; // was models\tentbag_gear.prd ...
class eventHandlers {
init = "[(_this select 0),'cfgMagazines','ItemCamoNet'] execVM '\z\addons\dayz_code\init\object_pickupAction.sqf';";
init = "[(_this select 0),'cfgMagazines','forest_net_kit'] execVM '\z\addons\dayz_code\init\object_pickupAction.sqf';";
};
};