Skip to content
Snippets Groups Projects
Commit f6da0f73 authored by Vanessa Dannenberg's avatar Vanessa Dannenberg
Browse files

fix the 'fix'

parent e84a1849
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment