mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
fixes and documents
This commit is contained in:
@@ -188,7 +188,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
|
||||
};
|
||||
|
||||
|
||||
if(!_isMan and _ownerID != "0" and !(_object isKindOf "Bicycle")) then {
|
||||
if(!_isMan and _ownerID != "0" and !(_cursorTarget isKindOf "Bicycle")) then {
|
||||
_player_lockUnlock_crtl = true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user