mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix store.lua bug: default screenshot
This commit is contained in:
parent
7f07858209
commit
c7249f5983
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,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;" ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue