From 24424e93b82009226e14d9f68781faf8e22aa10b Mon Sep 17 00:00:00 2001 From: Tnze Date: Sat, 19 Aug 2023 04:55:41 +0800 Subject: [PATCH] update protocol version for bot --- bot/mcbot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )