Update bot and server ProtocolVersion

This commit is contained in:
Tnze
2023-04-05 01:55:48 +08:00
parent 016455d00a
commit 9aad4d2201
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ import (
// ProtocolVersion is the protocol version number of minecraft net protocol // ProtocolVersion is the protocol version number of minecraft net protocol
const ( const (
ProtocolVersion = 761 ProtocolVersion = 762
DefaultPort = mcnet.DefaultPort DefaultPort = mcnet.DefaultPort
) )

View File

@ -38,8 +38,8 @@ import (
) )
const ( const (
ProtocolName = "1.19.3" ProtocolName = "1.19.4"
ProtocolVersion = 761 ProtocolVersion = 762
) )
type Server struct { type Server struct {