This commit is contained in:
FlightControl 2016-11-28 15:45:27 +01:00
parent 522ba96ca1
commit a5e3deb272

View File

@ -810,7 +810,7 @@ do
-- @param #MENU_GROUP self
-- @return #nil
function MENU_GROUP:Remove()
self:F( self.MenuGroupID, self.MenuPath )
self:F( { self.MenuGroupID, self.MenuPath } )
self:RemoveSubMenus()