From f28280cb801ba46bdf81ce2d638c0c0803086bac Mon Sep 17 00:00:00 2001 From: eraser1 Date: Tue, 1 Sep 2015 01:26:28 -0500 Subject: [PATCH] Whoops #2 Wrong order :P --- @ExileServer/addons/a3_dms/scripts/SpawnAIGroup.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@ExileServer/addons/a3_dms/scripts/SpawnAIGroup.sqf b/@ExileServer/addons/a3_dms/scripts/SpawnAIGroup.sqf index e8e0b13..d9af1f2 100644 --- a/@ExileServer/addons/a3_dms/scripts/SpawnAIGroup.sqf +++ b/@ExileServer/addons/a3_dms/scripts/SpawnAIGroup.sqf @@ -112,7 +112,7 @@ if(_pos_z == 0) then if (DMS_ai_offload_to_client) then { _client = (allPlayers call BIS_fnc_selectRandom); - ExileServerOwnershipSwapQueue pushBack [_client,_group]; + ExileServerOwnershipSwapQueue pushBack [_group,_client]; if(DMS_DEBUG) then { diag_log format["DMS_DEBUG SpawnAIGroup :: Swapping group ownership of %1 to %2",_group,_client];