docs(net): trim handshake pack-validation TODO comment
This commit is contained in:
parent
7b3908dd7f
commit
30a45f1c41
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue