posible fix for #2495

This commit is contained in:
jokoho48 2015-09-18 04:12:18 +02:00
parent 37c1dbd6f7
commit c5eb6e0070

View File

@ -43,7 +43,7 @@ if (_vehLockpickStrenth < 0) exitWith {false};
//Condition check for progressBar
_condition = {
params ["_args"];
_args params ["_args", "_unit", "_veh"];
_args params ["_unit", "_veh"];
((_unit distance _veh) < 5) && {(speed _veh) < 0.1}
};