mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-01-03 21:28:22 +00:00
Fix using multiple hex codes in one message
This commit is contained in:
parent
7a955ff853
commit
6844d147dd
1 changed files with 1 additions and 0 deletions
|
@ -272,6 +272,7 @@ public class LocaleManager extends Manager {
|
|||
String before = parsed.substring(0, matcher.start());
|
||||
String after = parsed.substring(matcher.end());
|
||||
parsed = before + hexColor + after;
|
||||
matcher = HEX_PATTERN.matcher(parsed);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue