mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix right click on radio generic error
This commit is contained in:
@@ -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;};";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user