wrong variable used here

@zabn let me know if this is not correct.
This commit is contained in:
[VB]AWOL
2014-01-13 09:35:58 -06:00
parent 63db8aa252
commit aa8975e36c

View File

@@ -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;
{