Fix group save after kick

This commit is contained in:
ebaydayz
2016-11-06 20:01:27 -05:00
parent 4c6e2454c3
commit fd44e0b7d3
2 changed files with 9 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ if (count dayz_myGroup > 1 && {!dayz_requireRadio or {dayz_requireRadio && "Item
systemChat format [localize "STR_EPOCH_REJOINED_GROUP",name _leader];
// Update saved group in DB
PVDZ_Server_UpdateGroup = [0,player];
PVDZ_Server_UpdateGroup = [1,player];
publicVariableServer "PVDZ_Server_UpdateGroup";
};
} count allGroups;