From 61ccd1d4692ef4aee9d02caa0d4bca717210e82b Mon Sep 17 00:00:00 2001 From: A Man Date: Sun, 9 Jan 2022 11:13:40 +0100 Subject: [PATCH] Add missing TallSafeLocked for logs --- SQF/dayz_server/compile/server_handleSafeGear.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_server/compile/server_handleSafeGear.sqf b/SQF/dayz_server/compile/server_handleSafeGear.sqf index 148ef97b2..db9e70c9f 100644 --- a/SQF/dayz_server/compile/server_handleSafeGear.sqf +++ b/SQF/dayz_server/compile/server_handleSafeGear.sqf @@ -144,7 +144,7 @@ call { if (_status < 4) then { _type = call { - if (_type in ["VaultStorageLocked","VaultStorage","VaultStorage2Locked","VaultStorage2","TallSafe"]) exitwith { + if (_type in ["VaultStorageLocked","VaultStorage","VaultStorage2Locked","VaultStorage2","TallSafe","TallSafeLocked"]) exitwith { if (_ownerID == _playerUID) then {_lockCode = format["%1 - Owner",_lockCode];}; "Safe" };