diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-12-11 04:43:14 +0000 |
---|---|---|
committer | Paramat <paramat@users.noreply.github.com> | 2018-12-11 04:43:14 +0000 |
commit | f318366c20e6c134d600c0f8fa212186035ea8e3 (patch) | |
tree | 2e89bb75271cc80903e9664608c979f616eecab6 /doc | |
parent | a833bee9edaeb6df69d1e510759a7b33915a41e0 (diff) | |
download | minetest-f318366c20e6c134d600c0f8fa212186035ea8e3.tar.gz minetest-f318366c20e6c134d600c0f8fa212186035ea8e3.tar.bz2 minetest-f318366c20e6c134d600c0f8fa212186035ea8e3.zip |
Fix ContentDB packages timing out by using download_file instead (#7891)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu_lua_api.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/menu_lua_api.txt b/doc/menu_lua_api.txt index 03fe5c74d..c7a215c4f 100644 --- a/doc/menu_lua_api.txt +++ b/doc/menu_lua_api.txt @@ -146,17 +146,6 @@ Package - content which is downloadable from the content db, may or may not be i optional_depends = {"mod", "names"}, -- mods only } -* core.get_package_list() -> downloads package list from content db - * returns a list of: - - { - name = "basename", - title = "human readable title", - author = "username", - type = "", -- mod, game, txp - short_description = "description", - url = "", - } Favorites: core.get_favorites(location) -> list of favorites (possible in async calls) |