Skip to content

Commit

Permalink
Update addons/ai/fnc_searchNearby.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: commy2 <commy-2@gmx.de>
  • Loading branch information
mrzachhigginsofficial and commy2 authored May 10, 2022
1 parent 2730184 commit 282431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/ai/fnc_searchNearby.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if ((leader _group) distanceSqr _building > 250e3) exitwith {};
private _positions = _building buildingPos -1;

// Create limiters for each unit
private _timeout = (count(_positions) * 15) min 120;
private _timeout = (count _positions * 15) min 120;
private _timetag = "CBASearchTime";
{_x setVariable [_timetag,time]} forEach units _group;

Expand Down

0 comments on commit 282431a

Please sign in to comment.