From e86087366ff2c5aeacc866a900f33aeba2bda6d0 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 18 Apr 2025 01:09:49 +0200 Subject: box display_name in PlayerInfo to make it smaller --- azalea-client/src/player.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client') diff --git a/azalea-client/src/player.rs b/azalea-client/src/player.rs index 0940255c..d774e877 100644 --- a/azalea-client/src/player.rs +++ b/azalea-client/src/player.rs @@ -26,7 +26,7 @@ pub struct PlayerInfo { /// The player's display name in the tab list, but only if it's different /// from the player's normal username. Use `player_info.profile.name` to get /// the player's actual username. - pub display_name: Option, + pub display_name: Option>, } /// Add a [`GameProfileComponent`] when an [`AddPlayerEvent`] is received. -- cgit v1.2.3