Send new group to server for update

This commit is contained in:
ebaydayz
2016-10-29 18:38:53 -04:00
parent c4ef6e3115
commit 3f83354066
7 changed files with 13 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ if (count dayz_myGroup > 1 && {!dayz_requireRadio or {dayz_requireRadio && "Item
if (count (units _oldGroup) == 0) then {deleteGroup _oldGroup;};
// Update saved group in DB
PVDZ_Server_UpdateGroup = [0,player];
PVDZ_Server_UpdateGroup = [0,player,_x];
publicVariableServer "PVDZ_Server_UpdateGroup";
};
} count allGroups;