mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Remove unneded Cfg
This commit is contained in:
@@ -271,8 +271,6 @@ class CfgWeapons {
|
||||
#include "CfgWeapons\Weapon\Sniper\KSVK.hpp"
|
||||
|
||||
#include "CfgWeapons\Weapon\Sniper\DMR_DZ.hpp"
|
||||
// #include "CfgWeapons\Weapon\Sniper\DMR_DZ2.hpp"
|
||||
// #include "CfgWeapons\Weapon\Sniper\DMR_DZ3.hpp"
|
||||
#include "CfgWeapons\Weapon\Pistol\MakerovSD.hpp"
|
||||
#include "CfgWeapons\Weapon\LMG\m240_scoped.hpp"
|
||||
#include "CfgWeapons\Weapon\LMG\M249_m145_EP1.hpp"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
class DMR_DZ : DMR {
|
||||
class DMR_DZ : DMR {
|
||||
model = "\ca\weapons\DMR\us_dmr";
|
||||
picture = "\ca\weapons\data\equip\W_US_DMR_CA.paa";
|
||||
UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa";
|
||||
@@ -16,4 +16,5 @@
|
||||
backgroundReload = 1;
|
||||
handAnim[] = {"OFP2_ManSkeleton", "\Ca\weapons\data\Anim\M24.rtm"};
|
||||
modes[] = {"Single"};
|
||||
};
|
||||
};
|
||||
class DMR_SKN : DMR_DZ {};
|
||||
@@ -1,5 +0,0 @@
|
||||
class DMR_DZ2 : DMR_DZ {
|
||||
model = "\z\addons\dayz_communityassets\weapons\Sniper\DMR_DZ2\us_dmr";
|
||||
//picture = "\ca\weapons\data\equip\W_US_DMR_CA.paa"; TODO
|
||||
//UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa"; TODO
|
||||
};
|
||||
@@ -1,5 +0,0 @@
|
||||
class DMR_DZ3 : DMR_DZ {
|
||||
model = "\z\addons\dayz_communityassets\weapons\Sniper\DMR_DZ3\us_dmr";
|
||||
//picture = "\ca\weapons\data\equip\W_US_DMR_CA.paa"; TODO
|
||||
//UiPicture = "\CA\weapons\data\Ico\i_sniper_CA.paa"; TODO
|
||||
};
|
||||
Reference in New Issue
Block a user