docs(net): trim handshake pack-validation TODO comment

This commit is contained in:
Serkyo 2026-07-14 01:18:53 +02:00
parent 7b3908dd7f
commit 30a45f1c41

View file

@ -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 { let ack = HandshakeAck {
protocol_version: PROTOCOL_VERSION, protocol_version: PROTOCOL_VERSION,
server_build, server_build,