aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/login
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-11-28 20:33:39 +0000
committermat <git@matdoes.dev>2024-11-28 20:33:39 +0000
commitf364ad6b210f93f53b6ee8f73c259622e9f37421 (patch)
tree4ed81d4d3929b543253d72f411d1a7cab6967c74 /azalea-protocol/src/packets/login
parentae5c0ea8e5e1ac9571b78281c26b7d63d110f5e5 (diff)
downloadazalea-drasl-f364ad6b210f93f53b6ee8f73c259622e9f37421.tar.xz
switch some packet structs to unit structs
Diffstat (limited to 'azalea-protocol/src/packets/login')
-rw-r--r--azalea-protocol/src/packets/login/s_login_acknowledged.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/src/packets/login/s_login_acknowledged.rs b/azalea-protocol/src/packets/login/s_login_acknowledged.rs
index e36648b6..263d58c6 100644
--- a/azalea-protocol/src/packets/login/s_login_acknowledged.rs
+++ b/azalea-protocol/src/packets/login/s_login_acknowledged.rs
@@ -2,4 +2,4 @@ use azalea_buf::AzBuf;
use azalea_protocol_macros::ServerboundLoginPacket;
#[derive(Clone, Debug, AzBuf, ServerboundLoginPacket)]
-pub struct ServerboundLoginAcknowledged {}
+pub struct ServerboundLoginAcknowledged;