Fix unlocking vehicles after adding plot for life

This commit is contained in:
icomrade
2016-05-03 13:50:59 -04:00
parent 1eeaa3e792
commit b0df4c7f51

View File

@@ -438,7 +438,7 @@ if (!isNull _cursorTarget && !_inVehicle && !_isPZombie && (player distance _cur
};
if (_isVehicle) then {
if ((_ownerID != "0") && {!_isMan} && {!_isBicycle}) then {
if ((_characterID != "0") && {!_isMan} && {!_isBicycle}) then {
_player_lockUnlock_crtl = true;
};
};