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

Fix store.lua bug: default screenshot

parent 14cc2c23
No related branches found
No related tags found
No related merge requests found
......@@ -387,7 +387,7 @@ function modstore.getscreenshot(ypos,listentry)
listentry.details.screenshot_url == "") then
if listentry.texturename == nil then
listentry.texturename = modstore.basetexturedir .. "no_screenshot.png"
listentry.texturename = defaulttexturedir .. "no_screenshot.png"
end
return "image[0,".. ypos .. ";3,2;" ..
......
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