mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-18 05:30:20 +02:00
Compare commits
1 Commits
2019-09-19
...
2019-09-19
Author | SHA1 | Date | |
---|---|---|---|
f6da0f7329 |
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user