Wrong order :P
This commit is contained in:
eraser1 2015-09-01 01:26:28 -05:00
parent ac8166c008
commit f28280cb80

View File

@ -112,7 +112,7 @@ if(_pos_z == 0) then
if (DMS_ai_offload_to_client) then if (DMS_ai_offload_to_client) then
{ {
_client = (allPlayers call BIS_fnc_selectRandom); _client = (allPlayers call BIS_fnc_selectRandom);
ExileServerOwnershipSwapQueue pushBack [_client,_group]; ExileServerOwnershipSwapQueue pushBack [_group,_client];
if(DMS_DEBUG) then if(DMS_DEBUG) then
{ {
diag_log format["DMS_DEBUG SpawnAIGroup :: Swapping group ownership of %1 to %2",_group,_client]; diag_log format["DMS_DEBUG SpawnAIGroup :: Swapping group ownership of %1 to %2",_group,_client];