diff options
author | Rui <Rui914@users.noreply.github.com> | 2015-02-11 13:42:58 +0900 |
---|---|---|
committer | Craig Robbins <kde.psych@gmail.com> | 2015-02-14 21:00:01 +1000 |
commit | 7f078582094b6fef067294b4db7a58abc65ed2c6 (patch) | |
tree | 961ffcfe2cf59dd010bc9a3edbcde4218a95db89 /builtin/mainmenu | |
parent | 9e9688fc613a74e81aa5ce544482b512071c4677 (diff) | |
download | minetest-7f078582094b6fef067294b4db7a58abc65ed2c6.tar.gz minetest-7f078582094b6fef067294b4db7a58abc65ed2c6.tar.bz2 minetest-7f078582094b6fef067294b4db7a58abc65ed2c6.zip |
Fix tab_mods.lua: default screenshot patch
https://forum.minetest.net/viewtopic.php?f=6&t=11201
Fixed this bug.
Diffstat (limited to 'builtin/mainmenu')
-rw-r--r-- | builtin/mainmenu/tab_mods.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/mainmenu/tab_mods.lua b/builtin/mainmenu/tab_mods.lua index d16ecca8c..e00f580bb 100644 --- a/builtin/mainmenu/tab_mods.lua +++ b/builtin/mainmenu/tab_mods.lua @@ -57,7 +57,7 @@ local function get_formspec(tabview, name, tabdata) end if modscreenshot == nil then - modscreenshot = modstore.basetexturedir .. "no_screenshot.png" + modscreenshot = defaulttexturedir .. "no_screenshot.png" end retval = retval |