mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix unlocking vehicles after adding plot for life
This commit is contained in:
@@ -438,7 +438,7 @@ if (!isNull _cursorTarget && !_inVehicle && !_isPZombie && (player distance _cur
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (_isVehicle) then {
|
if (_isVehicle) then {
|
||||||
if ((_ownerID != "0") && {!_isMan} && {!_isBicycle}) then {
|
if ((_characterID != "0") && {!_isMan} && {!_isBicycle}) then {
|
||||||
_player_lockUnlock_crtl = true;
|
_player_lockUnlock_crtl = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user