switchUnits - Fix switching units not working (#6188) (#7676)

This commit is contained in:
McDiod
2020-06-08 01:25:11 +02:00
committed by GitHub
parent c99e122d84
commit e25b02263a
4 changed files with 14 additions and 18 deletions

View File

@ -18,8 +18,7 @@
* Public: No
*/
params ["_faction", "_pos"];
_faction params ["", "_sides"];
params ["_sides", "_pos"];
private _nearestObjects = nearestObjects [_pos, ["Man"], 15];