Update fn_advancedRappellingInit.sqf

This commit is contained in:
sethduda 2018-04-15 21:59:38 -04:00 committed by GitHub
parent 414c0b2346
commit dc4ae003b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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