Skip to content

Commit

Permalink
Fix color in title status
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed Jul 31, 2022
1 parent 4a531c6 commit 76ab9ef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -393,7 +393,7 @@ public void sendTitles() {

if(!getSingleServer(player).equals(server)) continue;

String status = main.getMessages().getRawString("placeholders.status."+server.getStatus(player));
String status = Messages.color(main.getMessages().getRawString("placeholders.status."+server.getStatus(player)));

int time = (int) Math.round(pos * main.getTimeBetweenPlayers());

Expand Down

0 comments on commit 76ab9ef

Please sign in to comment.