aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/common')
-rw-r--r--azalea-protocol/src/common/server_links.rs2
1 files changed, 1 insertions, 1 deletions
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)]