1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-18 13:40:20 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
f6da0f7329 fix the 'fix' 2019-09-19 20:55:56 -04:00

View File

@ -103,7 +103,7 @@ if minetest.get_modpath("digilines") then
local setchan = meta:get_string("channel") local setchan = meta:get_string("channel")
if setchan ~= channel then return end if setchan ~= channel then return end
if msg and msg ~= "" and type(msg) == "string" then if msg ~= "" and (type(msg) == "string" or type(msg) == "number" ) then
local n = tonumber(msg) local n = tonumber(msg)
local suff = word_to_bright[msg] or "invalid" local suff = word_to_bright[msg] or "invalid"