mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update server_handleSafeGear.sqf
This commit is contained in:
@@ -121,7 +121,7 @@ if (_status < 4) then {
|
|||||||
if (_type == "LockboxStorage") exitwith {
|
if (_type == "LockboxStorage") exitwith {
|
||||||
"LockBox"
|
"LockBox"
|
||||||
};
|
};
|
||||||
if (_type == "LockboxStorageLocked" || {_type == "LockboxStorage"}) exitwith {
|
if (_type == "LockboxStorageLocked") exitwith {
|
||||||
_lockCode = _charID call server_fnc_lockCode;
|
_lockCode = _charID call server_fnc_lockCode;
|
||||||
if (_status == 3) then {_suppliedCode = _suppliedCode call server_fnc_lockCode;};
|
if (_status == 3) then {_suppliedCode = _suppliedCode call server_fnc_lockCode;};
|
||||||
"LockBox"
|
"LockBox"
|
||||||
|
|||||||
Reference in New Issue
Block a user