Skip to content

Commit 40e2f1f

Browse files
committed
v1.1.6-HOTFIX
1 parent 3c782ad commit 40e2f1f

File tree

4 files changed

+0
-1
lines changed

4 files changed

+0
-1
lines changed

@AIO_SPPack/addons/AIO_AIMENU.pbo

-34 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

@AIO_SPPack/addons/AIO_AIMENU/functions/unitCommands/medical/fn_dragAction.sqf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ if (_type == 0) then {
2121
_x setDir 0; _x attachTo [_caller, [0.2,0.1,0.1]]
2222
};
2323
if (count _animS > 26 && time - _initTime < 8) exitWith {false};
24-
hintSilent str count _animS;
2524
_caller setAnimSpeedCoef 1;
2625
_x setAnimSpeedCoef 1;
2726
_fail = ((lifeState _caller == "INCAPACITATED") || (lifeState _x != "INCAPACITATED") || {_animS select [0,4] != "Acin"});

0 commit comments

Comments
 (0)