diff --git a/@ExileServer/addons/a3_dms/scripts/SpawnAIGroup.sqf b/@ExileServer/addons/a3_dms/scripts/SpawnAIGroup.sqf index 4681ba2..abaad79 100644 --- a/@ExileServer/addons/a3_dms/scripts/SpawnAIGroup.sqf +++ b/@ExileServer/addons/a3_dms/scripts/SpawnAIGroup.sqf @@ -116,7 +116,7 @@ if (DMS_ai_offload_to_client) then ExileServerOwnershipSwapQueue pushBack [_group,_client]; */ - [_group,_pos] call DMS_SetAILocality; +// [_group,_pos] call DMS_SetAILocality; if(DMS_DEBUG) then { @@ -127,4 +127,4 @@ if (DMS_ai_offload_to_client) then diag_log format ["DMS_SpawnAIGroup :: Spawned %1 AI at %2.",_count,_pos]; -_group \ No newline at end of file +_group