mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-25 20:23:42 +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
|
||||
|
||||
local function msg(name, str)
|
||||
return chat_send(name, fmt("[craftguide] %s", clr("#f00", str)))
|
||||
return chat_send(name, fmt("[craftguide] %s", str))
|
||||
end
|
||||
|
||||
local function is_str(x)
|
||||
|
Loading…
Reference in New Issue
Block a user