1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00

fix the minecraft pattern break french ç char

This commit is contained in:
Earu 2022-10-27 12:40:18 +02:00
parent 8b8764c5a5
commit 9e2cd7ef5a

View File

@ -805,6 +805,6 @@ function mc_color_part:Draw(ctx)
ctx:UpdateColor(self.Color)
end
chathud:RegisterPart("mccol", mc_color_part, "[&§]([0-9a-fr])")
chathud:RegisterPart("mccol", mc_color_part, "[&\xc2]\xa7?([0-9a-fr])")
return "ChatHUD Extra Tags"