This commit is contained in:
Vanessa Dannenberg 2018-08-17 00:49:18 -04:00
parent 0db84edb1e
commit 3cee6172ae
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ local on_digiline_receive_string = function(pos, node, channel, msg)
if msg and msg ~= "" and type(msg) == "string" then
led_marquee.set_timer(pos, 0)
if string.len(msg) > 1 then
elseif msg == "off_multi" or msg == "clear" then
if msg == "off_multi" or msg == "clear" then
msg = string.rep(" ", 1024)
meta:set_string("last_msg", msg)
led_marquee.display_msg(pos, channel, msg)