mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
Should be all scope entries
This commit is contained in:
@@ -2,7 +2,7 @@ class CfgMagazines {
|
||||
class Default;
|
||||
class FakeMagazine: Default
|
||||
{
|
||||
scope = 1;
|
||||
scope = protected;
|
||||
ammo = "FakeAmmo";
|
||||
stopThis = true;
|
||||
value = 1;
|
||||
|
||||
@@ -9,7 +9,7 @@ class CfgWeapons {
|
||||
class RifleCore;
|
||||
class FakeWeapon: RifleCore
|
||||
{
|
||||
scope = 1;
|
||||
scope = protected;
|
||||
stopThis = true;
|
||||
type = 0;
|
||||
cursor = "";
|
||||
|
||||
Reference in New Issue
Block a user