mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-02-23 15:51:31 +01:00
Brace.
This commit is contained in:
parent
ac505f0064
commit
5c0be800ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user