From dc4ae003b77ae4eb25dec19f0c2e81c44bde663c Mon Sep 17 00:00:00 2001 From: sethduda Date: Sun, 15 Apr 2018 21:59:38 -0400 Subject: [PATCH] Update fn_advancedRappellingInit.sqf --- .../functions/fn_advancedRappellingInit.sqf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/AR_AdvancedRappelling/functions/fn_advancedRappellingInit.sqf b/addons/AR_AdvancedRappelling/functions/fn_advancedRappellingInit.sqf index afcc036..a896a58 100644 --- a/addons/AR_AdvancedRappelling/functions/fn_advancedRappellingInit.sqf +++ b/addons/AR_AdvancedRappelling/functions/fn_advancedRappellingInit.sqf @@ -529,7 +529,9 @@ AR_Client_Rappel_From_Heli = { _lastPosition = _newPosition; - if((getPos _player) select 2 < 1 || !alive _player || vehicle _player != _player || _bottomRopeLength <= 1 || _player getVariable ["AR_Detach_Rope",false] ) exitWith {}; + + + if((getPosVisual _player) select 2 < 1 || !alive _player || vehicle _player != _player || _bottomRopeLength <= 1 || _player getVariable ["AR_Detach_Rope",false] ) exitWith {}; sleep 0.01; };