mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-25 08:51:33 +01:00
Use ChatColor library for color char
This commit is contained in:
parent
db8dbeff4c
commit
2638a3a896
@ -212,6 +212,6 @@ public class Scoreboard {
|
||||
displayLine = me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(player, displayLine);
|
||||
}
|
||||
|
||||
return displayLine.replace("§", "&"); // Returning unformatted line to avoid issues in next step
|
||||
return displayLine.replace(String.valueOf(ChatColor.COLOR_CHAR), "&"); // Returning unformatted line to avoid issues in next step
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user