Skip to content
Snippets Groups Projects
Commit 14cc2c23 authored by Rui's avatar Rui Committed by Loic Blot
Browse files

Fix tab_mods.lua: default screenshot patch

parent a19ec332
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment