From 2032094fb453bd6e9b22fedcddebac8021e5885d Mon Sep 17 00:00:00 2001 From: ebayShopper Date: Wed, 1 Mar 2017 11:24:09 -0500 Subject: [PATCH] Fix undefined groupTags error My mistake from 6736cd9 --- SQF/dayz_code/compile/player_death.sqf | 1 - 1 file changed, 1 deletion(-) diff --git a/SQF/dayz_code/compile/player_death.sqf b/SQF/dayz_code/compile/player_death.sqf index b2f0273d1..523268a9a 100644 --- a/SQF/dayz_code/compile/player_death.sqf +++ b/SQF/dayz_code/compile/player_death.sqf @@ -150,7 +150,6 @@ _myGroup = group _body; [_body] joinSilent dayz_firstGroup; deleteGroup _myGroup; -terminate dayz_groupTags; 80000 cutText ["","PLAIN"]; //Clear group tags 3 cutRsc ["default", "PLAIN",3]; 4 cutRsc ["default", "PLAIN",3];