mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI.git
synced 2025-01-02 22:38:00 +01:00
updated char replacer to colorize returned replacements as well.
This commit is contained in:
parent
a78b5fe712
commit
8b4a2517c0
@ -191,7 +191,7 @@ public final class CharsReplacer implements Replacer
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
builder.append(replacement);
|
builder.append(ChatColor.translateAlternateColorCodes('&', replacement));
|
||||||
}
|
}
|
||||||
|
|
||||||
return builder.toString();
|
return builder.toString();
|
||||||
|
Loading…
Reference in New Issue
Block a user