This commit is contained in:
Applevangelist
2024-05-27 17:07:12 +02:00
parent 2657c3aa52
commit 97635f4bba
3 changed files with 9 additions and 6 deletions

View File

@@ -1050,6 +1050,7 @@ do
-- @param #MENU_GROUP_DELAYED self
-- @return #MENU_GROUP_DELAYED
function MENU_GROUP_DELAYED:Set()
if not self.GroupID then return end
do
if not self.MenuSet then
missionCommands.addSubMenuForGroup( self.GroupID, self.MenuText, self.MenuParentPath )