Skip to content

Commit

Permalink
Merge pull request #852 from 7Cav/AndreasBrostrom-patch-1
Browse files Browse the repository at this point in the history
Added false return if there are no zones nearby stagezone check
  • Loading branch information
AndreasBrostrom authored Feb 7, 2023
2 parents b4df90e + 8bb45b0 commit 1e25865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/systems/fn_checkStagingZone.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ if (count _stagingZones > 0) then {
if (_distance <= _maxDistance) exitWith { true };
false;
} forEach _stagingZones;
};
} else { false };

0 comments on commit 1e25865

Please sign in to comment.