Fix wrong lockbox sound

This commit is contained in:
AirwavesMan
2021-04-26 10:13:09 +02:00
parent 43786eec57
commit ffccff6a38
3 changed files with 3 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ if (_ComboMatch || (_ownerID == dayz_playerUID)) then {
[_unlockedClass,objNull] call fn_waitForObject;
if (_unlockedClass == "LockboxStorage") then {
if (_unlockedClass in DZE_LockboxesUnlocked) then {
[player,(getPosATL player),20,"lockboxopen"] spawn fnc_alertZombies;
} else {
[player,(getPosATL player),20,"safeopen"] spawn fnc_alertZombies;