Fixes color code character.

This commit is contained in:
tastybento 2019-05-01 08:35:26 -07:00
parent 765f6adfce
commit 800c111fd8

View File

@ -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) {