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:
parent
8b8764c5a5
commit
9e2cd7ef5a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user