From d8e08b8da8be57b45dc25f432a530e5efd70ed6b Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Thu, 22 May 2025 23:12:17 -0300 Subject: [PATCH] removed group stuff because arma 3 code sucks --- addons/server/functions/fnc_routerEntityAdd.sqf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/addons/server/functions/fnc_routerEntityAdd.sqf b/addons/server/functions/fnc_routerEntityAdd.sqf index 0cf0e5a..f340d34 100644 --- a/addons/server/functions/fnc_routerEntityAdd.sqf +++ b/addons/server/functions/fnc_routerEntityAdd.sqf @@ -27,17 +27,6 @@ switch (false) do { deleteVehicle _logic; ["Nothing selected", "error", "TCP Socket"] call EFUNC(main,notify); }; - case (!isNull (units _unit)): { - GVAR(syncedUnits) = missionNamespace getVariable "armatak_marked_units"; - - { - GVAR(syncedUnits) pushBack _unit; - } forEach (units _unit); - - missionNamespace setVariable ["armatak_marked_units", GVAR(syncedUnits)]; - - deleteVehicle _logic; - }; default { GVAR(syncedUnits) = missionNamespace getVariable "armatak_marked_units";