update protocol version for bot

This commit is contained in:
Tnze
2023-08-19 04:55:41 +08:00
parent f8aaf85c2a
commit 24424e93b8

View File

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