Skip to content

Commit

Permalink
🐛 #23: FIxed a bug where the chat command would only add one word
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Sep 19, 2019
1 parent a3b8e98 commit c6b3140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Chat.commands = {
end,

["add"] = function(...)
core.TodoChecklisterFrame:AddItem(tostringall(...))
core.TodoChecklisterFrame:AddItem(strjoin(" ", ...))
end,

["help"] = function()
Expand Down

0 comments on commit c6b3140

Please sign in to comment.