mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
dayz_anim requiredAddon in dayz_sfx
These changes are consistent with the 1.8.7 files. @icomrade - Why did you change all of the scope = public; to scope = 2; in dayz_code? They should be identical since that is included in the basicDefines.hpp above all configs. We should stay consistent with 1.8.7 and use the human readable names if possible. Also any reason you left out these extra CfgActions?
This commit is contained in:
@@ -20,7 +20,7 @@ class CfgPatches
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.1;
|
||||
requiredAddons[] = {"dayz"};
|
||||
requiredAddons[] = {"dayz_anim"};
|
||||
dayzVersion = 1.8;
|
||||
};
|
||||
};
|
||||
@@ -29,7 +29,7 @@ class CfgVehicles {
|
||||
class Sound;
|
||||
class Sound_Generator1: Sound
|
||||
{
|
||||
scope = 2;
|
||||
scope = public;
|
||||
sound = "Generator1";
|
||||
displayName = "Generator";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user