diff --git a/builtin/mainmenu/content/contentdb.lua b/builtin/mainmenu/content/contentdb.lua index 83f22b97b..db7db7325 100644 --- a/builtin/mainmenu/content/contentdb.lua +++ b/builtin/mainmenu/content/contentdb.lua @@ -176,7 +176,6 @@ local function strip_game_suffix(type, name) return name end end - function contentdb.calculate_package_id(type, author, name) return author:lower() .. "/" .. strip_game_suffix(type, name)