Sigils descriptions now correctly support formatting
This commit is contained in:
parent
91f88b846f
commit
44a5063f0b
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ public class TextHelper {
|
|||
}
|
||||
|
||||
public static String localizeEffect(String input, Object... format) {
|
||||
return localize(input.replaceAll("&", "\u00A7"), format);
|
||||
return getFormattedText(localize(input, format));
|
||||
}
|
||||
|
||||
public static String[] localizeAll(String[] input) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue