mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-19 14:42:56 +03:00
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:
@@ -1,4 +1,4 @@
|
||||
class ItemCamoNet : CA_Magazine
|
||||
/*class ItemCamoNet : CA_Magazine //Duplicate of Epoch forest_net_kit
|
||||
{
|
||||
scope = public;
|
||||
count = 1;
|
||||
@@ -20,7 +20,7 @@ class ItemCamoNet : CA_Magazine
|
||||
create = "CamoNet_DZ";
|
||||
};
|
||||
};
|
||||
};
|
||||
};*/
|
||||
|
||||
/*class ItemCamoNetGrey : ItemCamoNet
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
//Simple buildables
|
||||
#include "Tent.hpp"
|
||||
#include "CamoNet.hpp"
|
||||
//#include "CamoNet.hpp" //Duplicate of Epoch camo nets in DZE\Misc.hpp
|
||||
#include "TankTrap.hpp"
|
||||
#include "WireFence.hpp"
|
||||
#include "BearTrap.hpp"
|
||||
|
||||
Reference in New Issue
Block a user