Add missing TallSafeLocked for logs

This commit is contained in:
A Man
2022-01-09 11:13:40 +01:00
parent b126eeb33d
commit 61ccd1d469

View File

@@ -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"
};