Skip to content

Commit

Permalink
Merge pull request #57 from Xitee1/improvements-v3.6.3
Browse files Browse the repository at this point in the history
Improvements v3.6.3
  • Loading branch information
Xitee1 authored Jun 15, 2024
2 parents 3953e00 + 7458a03 commit 4bee7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>PowerBoard</groupId>
<artifactId>PowerBoard</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>

<properties>
<java.version>1.8</java.version>
Expand Down
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 4bee7f1

Please sign in to comment.