Add infotext to lcd like signs

This commit is contained in:
MT-Modder 2015-02-14 13:21:44 -05:00
parent 81ffa957d2
commit bb523af0de
1 changed files with 1 additions and 0 deletions

View File

@ -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)