This commit is contained in:
wizjany 2019-04-28 20:43:01 -04:00
parent ac505f0064
commit 5c0be800ae

View File

@ -406,8 +406,7 @@ private Component toPlayersComponent(ProfileCache cache) {
}
final TextComponent.Builder builder = TextComponent.builder("");
final Iterator<TextComponent> profiles = profileMap.keySet().stream().sorted().map(name ->
{
final Iterator<TextComponent> profiles = profileMap.keySet().stream().sorted().map(name -> {
final UUID uuid = profileMap.get(name);
final TextComponent component = TextComponent.of(name, TextColor.YELLOW)
.hoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT, uuid == null