diff --git a/Modules/Whoer.lua b/Modules/Whoer.lua index a3d581a..c3c6671 100644 --- a/Modules/Whoer.lua +++ b/Modules/Whoer.lua @@ -373,7 +373,7 @@ function shared.Whoer.Init() ---@return string[] local function Partition(text, size) local words = {} - for word in text:gmatch("%S+") do + for word in text:gmatch("[^,]+") do words[#words + 1] = word end