mirror of
https://github.com/mt-mods/led_marquee.git
synced 2024-11-24 08:13:52 +01:00
store numeric message as a string in the master's meta
This commit is contained in:
parent
898a027a77
commit
10dcad8e06
1
init.lua
1
init.lua
@ -220,6 +220,7 @@ local on_digiline_receive_string = function(pos, node, channel, msg)
|
||||
end
|
||||
end
|
||||
elseif msg and type(msg) == "number" then
|
||||
meta:set_string("last_msg", tostring(msg))
|
||||
led_marquee.display_msg(pos, channel, tostring(msg))
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user