mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-26 04:23:44 +01:00
Decolorize msg()
This commit is contained in:
parent
87177d0d7f
commit
13252049c2
2
init.lua
2
init.lua
@ -175,7 +175,7 @@ local function err(str)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function msg(name, str)
|
local function msg(name, str)
|
||||||
return chat_send(name, fmt("[craftguide] %s", clr("#f00", str)))
|
return chat_send(name, fmt("[craftguide] %s", str))
|
||||||
end
|
end
|
||||||
|
|
||||||
local function is_str(x)
|
local function is_str(x)
|
||||||
|
Loading…
Reference in New Issue
Block a user