From 30a45f1c414b0639bacba058933cdd76c9d7a81a Mon Sep 17 00:00:00 2001 From: Serkyo Date: Tue, 14 Jul 2026 01:18:53 +0200 Subject: [PATCH] docs(net): trim handshake pack-validation TODO comment --- crates/net/src/handshake.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/net/src/handshake.rs b/crates/net/src/handshake.rs index 5f871fb..570ef59 100644 --- a/crates/net/src/handshake.rs +++ b/crates/net/src/handshake.rs @@ -137,7 +137,7 @@ pub async fn accept_connection( }); } - // TODO: validate installed_packs against the world's required packs once the modlist-matching concept lands. M1 accepts any pack set and advertises none. + // TODO: validate installed_packs against the world's required packs once the modlist-matching concept lands. let ack = HandshakeAck { protocol_version: PROTOCOL_VERSION, server_build,