Don't remove scape sequence from displayName, it looks like to break covenants plugin

This commit is contained in:
Tercio Jose
2022-05-19 17:39:04 -03:00
parent c006675d94
commit 4d87c82645
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
local version, build, date, tocversion = GetBuildInfo()
_detalhes.build_counter = 9815
_detalhes.alpha_build_counter = 9815 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 9816
_detalhes.alpha_build_counter = 9816 --if this is higher than the regular counter, use it instead
_detalhes.bcc_counter = 37
_detalhes.dont_open_news = true
_detalhes.game_version = version
+1 -1
View File
@@ -230,7 +230,7 @@
end
--remove scapes
nickname = nickname:gsub("|","")
--nickname = nickname:gsub("|","") --a bug report told about covenant icons plugin being broke, this like is probably the culprit
return nickname
end