forked from minetest-mods/digilines
Add infotext to lcd like signs
This commit is contained in:
parent
81ffa957d2
commit
bb523af0de
|
@ -63,6 +63,7 @@ local on_digiline_receive = function(pos, node, channel, msg)
|
|||
if setchan ~= channel then return end
|
||||
|
||||
meta:set_string("text", msg)
|
||||
meta:set_string("infotext", msg)
|
||||
clearscreen(pos)
|
||||
if msg ~= "" then
|
||||
prepare_writing(pos)
|
||||
|
|
Loading…
Reference in New Issue
Block a user