Add delay at group startup

This commit is contained in:
ebaydayz
2016-11-05 19:18:51 -04:00
parent eaebdb7d93
commit 754fc3744e
3 changed files with 3 additions and 2 deletions

View File

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