mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
wrong variable used here
@zabn let me know if this is not correct.
This commit is contained in:
@@ -258,7 +258,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu
|
|||||||
s_player_deleteBuild = -1;
|
s_player_deleteBuild = -1;
|
||||||
};
|
};
|
||||||
|
|
||||||
_liftHelis = nearestObjects [player, DZE_HeliAllowTow, 30];
|
_liftHelis = nearestObjects [player, DZE_HeliAllowTowFrom, 30];
|
||||||
_liftHeli = objNull;
|
_liftHeli = objNull;
|
||||||
_found = false;
|
_found = false;
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user