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
|
// ProtocolVersion is the protocol version number of minecraft net protocol
|
||||||
const (
|
const (
|
||||||
ProtocolVersion = 761
|
ProtocolVersion = 762
|
||||||
DefaultPort = mcnet.DefaultPort
|
DefaultPort = mcnet.DefaultPort
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
Reference in New Issue
Block a user