File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
AIO_AIMENU/functions/highCommand Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if (isNil "AIO_support_requester" || {isNull AIO_support_requester}) then {
3939
4040call {
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 ;
You can’t perform that action at this time.
0 commit comments