From 4d87c826452ac7d0f0d6a21fd3ff6b075f5fd4f9 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Thu, 19 May 2022 17:39:04 -0300 Subject: [PATCH] Don't remove scape sequence from displayName, it looks like to break covenants plugin --- boot.lua | 4 ++-- classes/container_actors.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boot.lua b/boot.lua index 09b8dc5da..5b44bcf14 100644 --- a/boot.lua +++ b/boot.lua @@ -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 diff --git a/classes/container_actors.lua b/classes/container_actors.lua index d797a8264..136f5f7e7 100644 --- a/classes/container_actors.lua +++ b/classes/container_actors.lua @@ -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