diff --git a/functions.lua b/functions.lua index 8cafc8e..f6f2bef 100644 --- a/functions.lua +++ b/functions.lua @@ -128,6 +128,11 @@ local node_def_defaults = { if channel ~= minetest.get_meta(pos):get_string("channel") then return end + + if type(msg) ~= "string" then + return + end + digiterms.push_text_on_screen(pos, msg) end, },