@@ -50,7 +50,7 @@ private _getInManEHID = [_unit,"GetInMan",{
5050 ANIM_SPEED_COEF_END(_unit );
5151
5252 // CBA event
53- [QGVAR(climbingEnd),[_unit ,_thisArgs ]] call CBA_fnc_localEvent ;
53+ [QGVAR(climbingEnd),[_unit ,_thisArgs , false ]] call CBA_fnc_localEvent ;
5454},_actionAnim ] call CBA_fnc_addBISEventHandler ;
5555
5656// Handle animation end
@@ -65,7 +65,7 @@ private _animDoneEHID = [_unit,"AnimDone",{
6565 ANIM_SPEED_COEF_END(_unit );
6666
6767 // CBA event
68- [QGVAR(climbingEnd),[_unit ,_animation ]] call CBA_fnc_localEvent ;
68+ [QGVAR(climbingEnd),[_unit ,_animation , false ]] call CBA_fnc_localEvent ;
6969 };
7070
7171 if (_animation == _actionAnim ) then {
@@ -76,7 +76,7 @@ private _animDoneEHID = [_unit,"AnimDone",{
7676 ANIM_SPEED_COEF_END(_unit );
7777
7878 // CBA event
79- [QGVAR(climbingEnd),[_unit ,_actionAnim ]] call CBA_fnc_localEvent ;
79+ [QGVAR(climbingEnd),[_unit ,_actionAnim , true ]] call CBA_fnc_localEvent ;
8080 };
8181},[_actionAnim ,_targetPosASL ]] call CBA_fnc_addBISEventHandler ;
8282
0 commit comments