Skip to content

Commit d8927ab

Browse files
committed
v1.0-beta2
1 parent 646c4d6 commit d8927ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

@AIO_SPPack/addons/AIO_AIMENU.pbo

0 Bytes
Binary file not shown.

@AIO_SPPack/addons/AIO_AIMENU/functions/highCommand/fn_addSupport.sqf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (isNil "AIO_support_requester" || {isNull AIO_support_requester}) then {
3939

4040
call {
4141
_continue = false;
42-
if (_supType == 0) exitWith {
42+
if (_subType == 0) exitWith {
4343
{
4444
_unit = _x;
4545
if ((vehicle _unit) isKindOf "Tank" || (vehicle _unit) isKindOf "staticweapon") exitWith {_continue = true};
@@ -108,7 +108,7 @@ call {
108108
};
109109

110110

111-
if (_supType == 1) exitWith {
111+
if (_subType == 1) exitWith {
112112

113113
{
114114
_unit = _x;
@@ -162,7 +162,7 @@ call {
162162
};
163163

164164

165-
if (_supType == 2) exitWith {
165+
if (_subType == 2) exitWith {
166166
{
167167
_unit = _x;
168168
if ((vehicle _unit) isKindOf "Plane") exitWith {_continue = true};
@@ -198,7 +198,7 @@ call {
198198
};
199199

200200

201-
if (_supType == 3) exitWith {
201+
if (_subType == 3) exitWith {
202202
{
203203
_unit = _x;
204204
_veh = vehicle _unit;

0 commit comments

Comments
 (0)