Fix handleSafeGear not showing the failed code correctly (#1880)

Was displaying failed code as the actual code (obviously wrong)
This commit is contained in:
oiad
2017-01-18 05:58:31 +13:00
committed by ebayShopper
parent 9985f0adbd
commit ef5ca5c532

View File

@@ -18,7 +18,7 @@ _lockCode = _charID;
if (count _this > 3) then {
_suppliedCode = _this select 3;
_lockCode = _suppliedCode;
if (_status != 3 && {_status != 6}) then {_lockCode = _suppliedCode;};
};
// Player may have disconnected or died before message send. Attempt lock/unlock/pack/save procedure anyway