mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-15 11:51:55 +01:00
Fixes color code character.
This commit is contained in:
parent
765f6adfce
commit
800c111fd8
@ -296,7 +296,7 @@ public class LocalesManager {
|
||||
for (String path : usConfig.getKeys(true)) {
|
||||
if (!c.contains(path, true)) {
|
||||
complete = false;
|
||||
fixConfig.set(path, user.getTranslationOrNothing(path));
|
||||
fixConfig.set(path, user.getTranslationOrNothing(path).replace('§', '&'));
|
||||
}
|
||||
}
|
||||
if (complete) {
|
||||
|
Loading…
Reference in New Issue
Block a user