forked from Mirrorlandia_minetest/minetest
Fix store.lua bug: default screenshot
This commit is contained in:
parent
14cc2c23d7
commit
92d1985802
@ -387,7 +387,7 @@ function modstore.getscreenshot(ypos,listentry)
|
|||||||
listentry.details.screenshot_url == "") then
|
listentry.details.screenshot_url == "") then
|
||||||
|
|
||||||
if listentry.texturename == nil then
|
if listentry.texturename == nil then
|
||||||
listentry.texturename = modstore.basetexturedir .. "no_screenshot.png"
|
listentry.texturename = defaulttexturedir .. "no_screenshot.png"
|
||||||
end
|
end
|
||||||
|
|
||||||
return "image[0,".. ypos .. ";3,2;" ..
|
return "image[0,".. ypos .. ";3,2;" ..
|
||||||
|
Loading…
Reference in New Issue
Block a user