mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix right click on radio generic error
This commit is contained in:
@@ -5,7 +5,7 @@ class ItemRadio : ItemCore
|
|||||||
class Groups
|
class Groups
|
||||||
{
|
{
|
||||||
text = $STR_EPOCH_GROUPS_KEY;
|
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