mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add missing TallSafeLocked for logs
This commit is contained in:
@@ -144,7 +144,7 @@ call {
|
|||||||
|
|
||||||
if (_status < 4) then {
|
if (_status < 4) then {
|
||||||
_type = call {
|
_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];};
|
if (_ownerID == _playerUID) then {_lockCode = format["%1 - Owner",_lockCode];};
|
||||||
"Safe"
|
"Safe"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user