From c6b314006a82d892eac4d6b030d4dbe8ca661f8f Mon Sep 17 00:00:00 2001 From: AssisrMatheus Date: Wed, 18 Sep 2019 22:54:34 -0300 Subject: [PATCH] :bug: #23: FIxed a bug where the chat command would only add one word --- chat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.lua b/chat.lua index 27d9a27..08117ce 100644 --- a/chat.lua +++ b/chat.lua @@ -18,7 +18,7 @@ Chat.commands = { end, ["add"] = function(...) - core.TodoChecklisterFrame:AddItem(tostringall(...)) + core.TodoChecklisterFrame:AddItem(strjoin(" ", ...)) end, ["help"] = function()