We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baebe14 commit 1cbdfe4Copy full SHA for 1cbdfe4
src/main/java/syam/motdmanager/util/Actions.java
@@ -200,7 +200,7 @@ public static void debug(String msg){
200
*/
201
public static String coloring(String string){
202
if (string == null) return null;
203
- string = string.replaceAll("&([0-9a-fA-Fk-oK-OrR])", "\u00A7$1");
+ string = string.replaceAll("&([0-9a-fA-Fk-pK-PrR])", "\u00A7$1");
204
205
// don't touch above replace method. keep backward compatibility.
206
string = string.replaceAll("\u00A7P", "\u00A7p");
0 commit comments