mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
Use infotext for signs
This commit is contained in:
parent
e6757700dc
commit
7c9778d64b
@ -69,8 +69,8 @@ end
|
||||
|
||||
homedecor_update_sign = function(pos, fields)
|
||||
local meta = minetest.env:get_meta(pos)
|
||||
meta:set_string("infotext", "")
|
||||
if fields then
|
||||
meta:set_string("infotext", fields.text)
|
||||
meta:set_string("text", fields.text)
|
||||
end
|
||||
local text = meta:get_string("text")
|
||||
|
Loading…
Reference in New Issue
Block a user