Don't remove scape sequence from displayName, it looks like to break covenants plugin
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user