mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-09 20:21:07 +00:00
Prevent characters in translations from being escaped
This commit is contained in:
parent
fd9c6beea4
commit
8140db76c5
@ -86,7 +86,7 @@ public class LanguageConfiguration extends FileConfiguration {
|
||||
sbValue.append(line.split("=")[i]);
|
||||
}
|
||||
|
||||
String value = Matcher.quoteReplacement(sbValue.toString());
|
||||
String value = sbValue.toString();
|
||||
|
||||
values.put(key, value);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user