Skip to content

Commit

Permalink
Ensure kick target button can always be clicked
Browse files Browse the repository at this point in the history
Signed-off-by: applenick <[email protected]>
  • Loading branch information
applenick committed Sep 22, 2023
1 parent ce0ff76 commit 2ce1fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public Component getName() {

@Override
public Component getPreviewValue() {
return player(targetId, NameStyle.FANCY);
return player(targetId, NameStyle.SIMPLE_COLOR);
}

@Override
Expand Down

0 comments on commit 2ce1fb9

Please sign in to comment.