diff --git a/bot/mcbot.go b/bot/mcbot.go index f4cd8f7..9f1fe53 100644 --- a/bot/mcbot.go +++ b/bot/mcbot.go @@ -22,7 +22,7 @@ import ( // ProtocolVersion is the protocol version number of minecraft net protocol const ( - ProtocolVersion = 762 + ProtocolVersion = 763 DefaultPort = mcnet.DefaultPort )