Skip to content

Commit

Permalink
Merge pull request #23 from MT-Modder/infotext-lcd
Browse files Browse the repository at this point in the history
Add infotext to lcd, like signs
  • Loading branch information
Jeija committed Feb 14, 2015
2 parents 1dfc602 + bb523af commit e2b9141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions digilines_lcd/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e2b9141

Please sign in to comment.