upgrade bot configuration protocol

This commit is contained in:
Tnze
2024-06-15 23:59:23 +08:00
parent 8be84104f1
commit ee23172e0a
3 changed files with 176 additions and 19 deletions

View File

@ -19,7 +19,7 @@ import (
// ProtocolVersion is the protocol version number of minecraft net protocol
const (
ProtocolVersion = 765
ProtocolVersion = 767
DefaultPort = mcnet.DefaultPort
)