Fix right click on radio generic error

This commit is contained in:
ebaydayz
2016-11-12 19:16:19 -05:00
parent abeb5f9383
commit e266fee651

View File

@@ -5,7 +5,7 @@ class ItemRadio : ItemCore
class Groups
{
text = $STR_EPOCH_GROUPS_KEY;
script = "if (!isNil 'dayz_groupInit') then {[] spawn dayz_openGroupDialog;};";
script = ";if (!isNil 'dayz_groupInit') then {[] spawn dayz_openGroupDialog;};";
};
};
};