mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix tab_mods.lua: default screenshot patch
https://forum.minetest.net/viewtopic.php?f=6&t=11201 Fixed this bug.
This commit is contained in:
parent
a19ec3328c
commit
14cc2c23d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue