From ef6edf9ee295142ef6dc9071a2752eb8145496e3 Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Thu, 19 Jan 2012 15:07:46 +0000 Subject: [PATCH] Player.setPlayerListName no longer ignores colour length in size limit. This relates to BUKKIT-571 By: Nathan Adams --- paper-api/src/main/java/org/bukkit/entity/Player.java | 1 - 1 file changed, 1 deletion(-) diff --git a/paper-api/src/main/java/org/bukkit/entity/Player.java b/paper-api/src/main/java/org/bukkit/entity/Player.java index 514ef14e1b..21e8204ab2 100644 --- a/paper-api/src/main/java/org/bukkit/entity/Player.java +++ b/paper-api/src/main/java/org/bukkit/entity/Player.java @@ -49,7 +49,6 @@ public interface Player extends HumanEntity, CommandSender, OfflinePlayer, Plugi * Sets the name that is shown on the in-game player list. *

* The name cannot be longer than 16 characters, but {@link ChatColor} is supported. - * Colors do not count towards the length limitation. *

* If the value is null, the name will be identical to {@link #getName()}. *