From 2dcfbe96c3024f9e1d32473d58130efa518c91cf Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 14 Jan 2025 03:18:38 +0000 Subject: fix wrong ServerLinkKind and serialize hex colors correctly in nbt --- azalea-protocol/src/common/server_links.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src/common') diff --git a/azalea-protocol/src/common/server_links.rs b/azalea-protocol/src/common/server_links.rs index 4aed98f3..7c6bbec4 100644 --- a/azalea-protocol/src/common/server_links.rs +++ b/azalea-protocol/src/common/server_links.rs @@ -9,8 +9,8 @@ pub struct ServerLinkEntry { #[derive(Clone, Debug, AzBuf)] pub enum ServerLinkKind { - Known(KnownLinkKind), Component(FormattedText), + Known(KnownLinkKind), } #[derive(Clone, Copy, Debug, AzBuf)] -- cgit v1.2.3