Update group tags again

Also fixed wrong string name "STR_EPOCH_RADIO_CONTACT_LOST" thanks @oiad
This commit is contained in:
ebayShopper
2017-02-24 14:11:55 -05:00
parent 221b8cc4b9
commit 6736cd92ff
9 changed files with 41 additions and 27 deletions

View File

@@ -27,10 +27,6 @@ if (!isNull _inviter) then {
_oldGroup = group player;
[player] joinSilent (group _inviter);
if (count (units _oldGroup) == 0) then {deleteGroup _oldGroup;};
if (isNil "dayz_groupTags" or {scriptDone dayz_groupTags}) then {
dayz_groupTags = execVM "\z\addons\dayz_code\groups\groupTags.sqf";
};
// Update saved group in DB
PVDZ_Server_UpdateGroup = [1,player];