Fix typo in c2s.rs (#109)

This commit is contained in:
Zh_Jk 2022-10-12 02:12:06 +08:00 committed by GitHub
parent a02b657f3c
commit e30ed62240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ pub mod handshake {
def_struct! { def_struct! {
Handshake { Handshake {
protocol_version: VarInt, protocol_version: VarInt,
server_adddress: BoundedString<0, 255>, server_address: BoundedString<0, 255>,
server_port: u16, server_port: u16,
next_state: HandshakeNextState, next_state: HandshakeNextState,
} }