1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Fix tab_mods.lua: default screenshot patch

https://forum.minetest.net/viewtopic.php?f=6&t=11201
Fixed this bug.
This commit is contained in:
Rui 2015-02-11 13:42:58 +09:00 committed by Craig Robbins
parent 9e9688fc61
commit 7f07858209

View File

@ -57,7 +57,7 @@ local function get_formspec(tabview, name, tabdata)
end end
if modscreenshot == nil then if modscreenshot == nil then
modscreenshot = modstore.basetexturedir .. "no_screenshot.png" modscreenshot = defaulttexturedir .. "no_screenshot.png"
end end
retval = retval retval = retval