This commit is contained in:
crabman77 2016-12-27 00:31:21 +01:00
parent 378a841b7d
commit f31ce528ab
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local function normalize(text)
-- Strip colors
text = text:gsub("\3[0-9][0-9,]*", "")
return text:gsub(stripped_chars, "")
return text --:gsub(stripped_chars, "")
end