forked from nalc/homedecor_modpack
fix the 'fix'
This commit is contained in:
parent
e84a184946
commit
f6da0f7329
|
@ -103,7 +103,7 @@ if minetest.get_modpath("digilines") then
|
|||
local setchan = meta:get_string("channel")
|
||||
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 suff = word_to_bright[msg] or "invalid"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user