1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix ContentDB packages timing out by using download_file instead (#7891)

This commit is contained in:
rubenwardy 2018-12-11 04:43:14 +00:00 committed by Paramat
parent a833bee9ed
commit f318366c20
4 changed files with 31 additions and 81 deletions

View file

@ -133,9 +133,6 @@ private:
static int l_get_video_modes(lua_State *L);
//content store
static int l_get_package_list(lua_State *L);
//version compatibility
static int l_get_min_supp_proto(lua_State *L);