Skip to content

Commit

Permalink
Merge pull request #1547 from CBATeam/seachb
Browse files Browse the repository at this point in the history
AI - Add basic delay for `CBA_fnc_searchNearby` while loop
  • Loading branch information
PabstMirror committed May 17, 2022
2 parents 8209b2e + 5484cdc commit a48dbf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/ai/fnc_searchNearby.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ if ((leader _group) distanceSqr _building > 250e3) exitwith {};
sleep 2;
};
} forEach _units;
sleep 0.25;
};
_group lockWP false;
};

0 comments on commit a48dbf3

Please sign in to comment.