Update bot and server ProtocolVersion
This commit is contained in:
@ -21,7 +21,7 @@ import (
|
||||
|
||||
// ProtocolVersion is the protocol version number of minecraft net protocol
|
||||
const (
|
||||
ProtocolVersion = 761
|
||||
ProtocolVersion = 762
|
||||
DefaultPort = mcnet.DefaultPort
|
||||
)
|
||||
|
||||
|
@ -38,8 +38,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
ProtocolName = "1.19.3"
|
||||
ProtocolVersion = 761
|
||||
ProtocolName = "1.19.4"
|
||||
ProtocolVersion = 762
|
||||
)
|
||||
|
||||
type Server struct {
|
||||
|
Reference in New Issue
Block a user