mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Should be all scope entries
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class ItemFlashlight : ItemCore
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\flashlight.p3d";
|
||||
picture = "\dayz_equip\textures\equip_flashlight_ca.paa";
|
||||
@@ -21,7 +21,7 @@ class ItemFlashlight : ItemCore
|
||||
|
||||
class MeleeFlashlight : Pistol
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
|
||||
model = "\dayz_equip\models\flashlight.p3d";
|
||||
picture = "\dayz_equip\textures\equip_flashlight_ca.paa";
|
||||
|
||||
Reference in New Issue
Block a user