This commit is contained in:
Applevangelist 2023-07-16 11:26:47 +02:00
parent 63770fdf79
commit e8ad649770

View File

@ -3517,17 +3517,6 @@ function PLAYERTASKCONTROLLER:_UpdateJoinMenuTemplate()
entrynumbers[_type] = 0
existingentries[_type] = {}
else
entrynumbers[_type] = #found.Children
if #taskpertype[_type] > 0 and entrynumbers[_type] < maxn then
existingentries[_type] = {}
for _,_entry in pairs(found.Children) do
local entry = _entry -- Core.ClientMenu#CLIENTMENU
table.insert(existingentries[_type],_entry.name)
end
if self.verbose then
UTILS.PrintTableToLog(existingentries)
end
end
end
end