mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 18:21:50 +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\KSVK.hpp"
|
||||||
|
|
||||||
#include "CfgWeapons\Weapon\Sniper\DMR_DZ.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\Pistol\MakerovSD.hpp"
|
||||||
#include "CfgWeapons\Weapon\LMG\m240_scoped.hpp"
|
#include "CfgWeapons\Weapon\LMG\m240_scoped.hpp"
|
||||||
#include "CfgWeapons\Weapon\LMG\M249_m145_EP1.hpp"
|
#include "CfgWeapons\Weapon\LMG\M249_m145_EP1.hpp"
|
||||||
|
|||||||
@@ -17,3 +17,4 @@
|
|||||||
handAnim[] = {"OFP2_ManSkeleton", "\Ca\weapons\data\Anim\M24.rtm"};
|
handAnim[] = {"OFP2_ManSkeleton", "\Ca\weapons\data\Anim\M24.rtm"};
|
||||||
modes[] = {"Single"};
|
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