mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
parent
ac8166c008
commit
f28280cb80
@ -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];
|
||||||
|
Loading…
Reference in New Issue
Block a user