Revert "Send new group to server for update"

This reverts commit 3f83354066.
This commit is contained in:
ebaydayz
2016-10-30 12:50:37 -04:00
parent 3f83354066
commit 6d8afc9d32
7 changed files with 12 additions and 13 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,_x];
PVDZ_Server_UpdateGroup = [0,player];
publicVariableServer "PVDZ_Server_UpdateGroup";
};
} count allGroups;