From aa8975e36c07d7e8ba7a68b2a0ab92272815c788 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 13 Jan 2014 09:35:58 -0600 Subject: [PATCH] wrong variable used here @zabn let me know if this is not correct. --- SQF/dayz_code/compile/fn_selfActions.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/fn_selfActions.sqf b/SQF/dayz_code/compile/fn_selfActions.sqf index 603bcba8a..65379eb0a 100644 --- a/SQF/dayz_code/compile/fn_selfActions.sqf +++ b/SQF/dayz_code/compile/fn_selfActions.sqf @@ -258,7 +258,7 @@ if (!isNull cursorTarget and !_inVehicle and !_isPZombie and (player distance cu s_player_deleteBuild = -1; }; - _liftHelis = nearestObjects [player, DZE_HeliAllowTow, 30]; + _liftHelis = nearestObjects [player, DZE_HeliAllowTowFrom, 30]; _liftHeli = objNull; _found = false; {