mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Backpack sound fix
Fix backpack sound error, re: @ndavalos
This commit is contained in:
@@ -631,7 +631,7 @@ class CfgSounds {
|
|||||||
};
|
};
|
||||||
class z_open_backpack_0 {
|
class z_open_backpack_0 {
|
||||||
name = "";
|
name = "";
|
||||||
sound[] = {"\dayz_sfx\effects\action_open_backpack_0.ogg",1,1,50};
|
sound[] = {"\dayz_sfx\effects\3rdParty\xyberviri\action_open_backpack_0.ogg",1,1,50};
|
||||||
titles[] = {};
|
titles[] = {};
|
||||||
};
|
};
|
||||||
class z_open_backpack_1 : z_open_backpack_0 {
|
class z_open_backpack_1 : z_open_backpack_0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user