Small precisions

This commit is contained in:
Jean-Patrick Guerrero
2019-10-11 02:39:07 +02:00
parent ee1eac039e
commit c9c2bf03de
2 changed files with 4 additions and 2 deletions

View File

@ -121,7 +121,6 @@ local function msg(name, str)
return chat_send(name, fmt("[craftguide] %s", clr("#FFFF00", str)))
end
local function is_str(x)
return type(x) == "string"
end