Decolorize msg()

This commit is contained in:
Jean-Patrick Guerrero 2020-04-16 16:32:54 +02:00
parent 87177d0d7f
commit 13252049c2
1 changed files with 1 additions and 1 deletions

View File

@ -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)