mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
cleanup SwitchUnits
This commit is contained in:
@ -18,12 +18,10 @@
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
private ["_sideNearest"];
|
||||
|
||||
params ["_faction", "_pos"];
|
||||
_faction params ["", "_sides"];
|
||||
|
||||
_sideNearest = [];
|
||||
private _sideNearest = [];
|
||||
|
||||
{
|
||||
if ([_x] call FUNC(isValidAi) && (side group _x in _sides)) then {
|
||||
|
Reference in New Issue
Block a user