forked from mtcontrib/homedecor_modpack
Fix quoting error in signs lib
This commit is contained in:
parent
a6122f03d9
commit
a9d42ea19d
@ -366,7 +366,7 @@ end
|
|||||||
signs_lib.update_sign = function(pos, fields)
|
signs_lib.update_sign = function(pos, fields)
|
||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
if fields then
|
if fields then
|
||||||
meta:set_string("infotext", make_infotext(fields.text))
|
meta:set_string("infotext", make_infotext(fields.text).." ")
|
||||||
meta:set_string("text", fields.text)
|
meta:set_string("text", fields.text)
|
||||||
end
|
end
|
||||||
local text = meta:get_string("text")
|
local text = meta:get_string("text")
|
||||||
|
Loading…
Reference in New Issue
Block a user