mirror of
https://github.com/pyrollo/digiterms.git
synced 2024-11-19 20:23:44 +01:00
Merge branch 'master' into dev
This commit is contained in:
commit
a795420fc2
@ -128,6 +128,11 @@ local node_def_defaults = {
|
|||||||
if channel ~= minetest.get_meta(pos):get_string("channel") then
|
if channel ~= minetest.get_meta(pos):get_string("channel") then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if type(msg) ~= "string" then
|
||||||
|
return
|
||||||
|
end
|
||||||
|
|
||||||
digiterms.push_text_on_screen(pos, msg)
|
digiterms.push_text_on_screen(pos, msg)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user