mirror of
https://github.com/italicsjenga/valence.git
synced 2024-12-23 22:41: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! {
|
||||
Handshake {
|
||||
protocol_version: VarInt,
|
||||
server_adddress: BoundedString<0, 255>,
|
||||
server_address: BoundedString<0, 255>,
|
||||
server_port: u16,
|
||||
next_state: HandshakeNextState,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue