mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed double space
This commit is contained in:
parent
35400620c7
commit
fd6b9bcee1
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user