Skip to content

Commit

Permalink
add missing spaces to warn message
Browse files Browse the repository at this point in the history
  • Loading branch information
Xitee1 committed Jun 15, 2024
1 parent 34aace7 commit d9d780f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/de/xite/scoreboard/utils/Teams.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public static Teams addPlayer(Player p, String prefix, String suffix, String nam
try {
nameColorChat = ChatColor.getByChar(nameColor);
}catch (Exception e) {
PowerBoard.pl.getLogger().warning("Could not read "+p.getName()+"'s name color."
+ "The player's name will be white in the tablist."
PowerBoard.pl.getLogger().warning("Could not read "+p.getName()+"'s name color. "
+ "The player's name will be white in the tablist. "
+ "To avoid this, make sure, you have a valid colorcode at the end of your prefix.");
}
}
Expand Down

0 comments on commit d9d780f

Please sign in to comment.