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,