Update server_handleSafeGear.sqf

This commit is contained in:
A Man
2020-04-03 14:57:40 +02:00
parent f6e7a1a91e
commit 71b256e40c

View File

@@ -121,7 +121,7 @@ if (_status < 4) then {
if (_type == "LockboxStorage") exitwith {
"LockBox"
};
if (_type == "LockboxStorageLocked" || {_type == "LockboxStorage"}) exitwith {
if (_type == "LockboxStorageLocked") exitwith {
_lockCode = _charID call server_fnc_lockCode;
if (_status == 3) then {_suppliedCode = _suppliedCode call server_fnc_lockCode;};
"LockBox"