Removed double space

This commit is contained in:
lambdatiger 2024-01-21 17:08:59 -06:00
parent 35400620c7
commit fd6b9bcee1

View File

@ -52,7 +52,7 @@ if (_objects isEqualTo []) exitWith {
// grab crews and add them in so that targets stay approx. sorted by distance
private _targets = [];
{
private _crew = crew _x;
private _crew = crew _x;
_crew pushBackUnique _x;
_targets append _crew;