summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-08-19 18:56:44 +0200
committerest31 <MTest31@outlook.com>2015-08-19 18:56:44 +0200
commitd565ce95395ec514d48b86910ae333bd5bfaa951 (patch)
treee1d66285d8b84c2d94011a5b43c7b28db1911dd6
parent457d42c5997cc430231ed221f06d8f4bba2100e7 (diff)
downloadminetest-d565ce95395ec514d48b86910ae333bd5bfaa951.tar.gz
minetest-d565ce95395ec514d48b86910ae333bd5bfaa951.tar.bz2
minetest-d565ce95395ec514d48b86910ae333bd5bfaa951.zip
Client: disable mmdb modstore
The service isn't online, and on the long term, mmdb will likekly be replaced with other services from the modding community.
-rw-r--r--builtin/mainmenu/tab_mods.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin/mainmenu/tab_mods.lua b/builtin/mainmenu/tab_mods.lua
index 901f14553..2ddc9b07c 100644
--- a/builtin/mainmenu/tab_mods.lua
+++ b/builtin/mainmenu/tab_mods.lua
@@ -36,7 +36,10 @@ local function get_formspec(tabview, name, tabdata)
-- "label[0.8,4.2;" .. fgettext("Add mod:") .. "]" ..
-- TODO Disabled due to upcoming release 0.4.8 and irrlicht messing up localization
-- "button[0.75,4.85;1.8,0.5;btn_mod_mgr_install_local;".. fgettext("Local install") .. "]" ..
- "button[0,4.85;5.25,0.5;btn_modstore;".. fgettext("Online mod repository") .. "]"
+
+-- TODO Disabled due to service being offline, and not likely to come online again, in this form
+-- "button[0,4.85;5.25,0.5;btn_modstore;".. fgettext("Online mod repository") .. "]"
+ ""
local selected_mod = nil