mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-28 11:45:29 +01:00
Fix modmanager screenshot path
This commit is contained in:
@@ -267,7 +267,7 @@ function modmgr.tab()
|
|||||||
end
|
end
|
||||||
|
|
||||||
retval = retval
|
retval = retval
|
||||||
.. "image[5.5,0;3,2;" .. modscreenshot .. "]"
|
.. "image[5.5,0;3,2;" .. engine.formspec_escape(modscreenshot) .. "]"
|
||||||
.. "label[8.25,0.6;" .. selected_mod.name .. "]"
|
.. "label[8.25,0.6;" .. selected_mod.name .. "]"
|
||||||
|
|
||||||
local descriptionlines = nil
|
local descriptionlines = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user