Skip to content

Commit 5484cdc

Browse files
AI - Add basic delay for CBA_fnc_searchNearby while loop
Co-Authored-By: mrzachhiggins <[email protected]>
1 parent 533f876 commit 5484cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/ai/fnc_searchNearby.sqf

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ if ((leader _group) distanceSqr _building > 250e3) exitwith {};
6666
sleep 2;
6767
};
6868
} forEach _units;
69+
sleep 0.25;
6970
};
7071
_group lockWP false;
7172
};

0 commit comments

Comments
 (0)