mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-24 06:51:30 +11:00
Fix typo in c2s.rs (#109)
This commit is contained in:
parent
a02b657f3c
commit
e30ed62240
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue