1
0
mirror of https://github.com/MinetestForFun/irc_modpack.git synced 2025-01-08 23:00:18 +01:00
This commit is contained in:
crabman77 2016-12-27 00:31:21 +01:00
parent 378a841b7d
commit f31ce528ab

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