Skip to content

Commit

Permalink
Don't remove scape sequence from displayName, it looks like to break …
Browse files Browse the repository at this point in the history
…covenants plugin
  • Loading branch information
Tercioo committed May 19, 2022
1 parent c006675 commit 4d87c82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion classes/container_actors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4d87c82

Please sign in to comment.