Update server_handleSafeGear.sqf

This commit is contained in:
AirwavesMan
2020-12-27 13:18:27 +01:00
parent 96890580c5
commit ecfa1b7efa

View File

@@ -144,7 +144,7 @@ if (_status < 4) then {
if (_ownerID == _playerUID) then {_lockCode = format["%1 - Owner",_lockCode];}; if (_ownerID == _playerUID) then {_lockCode = format["%1 - Owner",_lockCode];};
"Safe" "Safe"
}; };
if (_type in ["LockboxStorage","LockboxStorageLocked","LockboxStorage2","LockboxStorage2Locked"]) exitwith { if (_type in ["LockboxStorage","LockboxStorageLocked","LockboxStorage2","LockboxStorage2Locked","LockboxStorageWinterLocked","LockboxStorageWinter2Locked","LockboxStorageWinter","LockboxStorageWinter2"]) exitwith {
if (_ownerID == _playerUID) then { if (_ownerID == _playerUID) then {
_lockCode = _charID call fnc_lockCode; _lockCode = _charID call fnc_lockCode;
_lockCode = format["%1 - Owner",_lockCode]; _lockCode = format["%1 - Owner",_lockCode];