Skip to content

Commit

Permalink
1.2.0 Hotfix 2
Browse files Browse the repository at this point in the history
1.2.0 Hotfix 2
  • Loading branch information
auQuiksilver committed May 17, 2022
1 parent 5f699c3 commit ca0432c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apex_framework.terrain/code/functions/fn_core.sqf
Expand Up @@ -4536,7 +4536,7 @@ for '_x' from 0 to 1 step 0 do {
};
};
if (!isNil {_unit getVariable 'QS_unit_isRecruited'}) then {
if (((group _unit) findIf {(isPlayer _x)}) isEqualTo -1) then {
if (((units (group _unit)) findIf {(isPlayer _x)}) isEqualTo -1) then {
missionNamespace setVariable ['QS_analytics_entities_deleted',((missionNamespace getVariable 'QS_analytics_entities_deleted') + 1),_false];
if (!isNull (objectParent _unit)) then {
if ((objectParent _unit) isKindOf 'AllVehicles') then {
Expand Down

0 comments on commit ca0432c

Please sign in to comment.