From 227ba5511d50af8c7c46a47e09db7f55a0ed84b7 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 16 Dec 2021 17:51:05 -0600 Subject: add a few more login packets --- azalea-chat/src/component.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'azalea-chat/src') diff --git a/azalea-chat/src/component.rs b/azalea-chat/src/component.rs index 1ed1f836..9f065c47 100644 --- a/azalea-chat/src/component.rs +++ b/azalea-chat/src/component.rs @@ -22,8 +22,6 @@ lazy_static! { /// A chat component impl Component { - // TODO: is it possible to use a macro so this doesn't have to be duplicated? - pub fn get_base_mut(&mut self) -> &mut BaseComponent { match self { Self::Text(c) => &mut c.base, -- cgit v1.2.3