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

@@ -1,7 +1,7 @@
private "_group";
_group = units group player;
if (count _group == 1 or (!isNil "dayz_groupLeaveThread" && {!scriptDone dayz_groupLeaveThread})) exitWith {};
if (count _group == 1 or (!scriptDone dayz_groupLeaveThread)) exitWith {};
dayz_groupLeft = nil;
PVDZ_Server_UpdateGroup = [3,player];