Backpack sound fix

Fix backpack sound error, re: @ndavalos
This commit is contained in:
oiad
2016-07-31 10:26:31 +12:00
parent 24f6a0ab9a
commit 6a5d03f143

View File

@@ -631,7 +631,7 @@ class CfgSounds {
};
class z_open_backpack_0 {
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[] = {};
};
class z_open_backpack_1 : z_open_backpack_0 {