From 9aad4d22014da77686c11faf5fff5d7c82539dae Mon Sep 17 00:00:00 2001 From: Tnze Date: Wed, 5 Apr 2023 01:55:48 +0800 Subject: [PATCH] Update bot and server ProtocolVersion --- bot/mcbot.go | 2 +- server/server.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bot/mcbot.go b/bot/mcbot.go index 7dc3dcc..944faaf 100644 --- a/bot/mcbot.go +++ b/bot/mcbot.go @@ -21,7 +21,7 @@ import ( // ProtocolVersion is the protocol version number of minecraft net protocol const ( - ProtocolVersion = 761 + ProtocolVersion = 762 DefaultPort = mcnet.DefaultPort ) diff --git a/server/server.go b/server/server.go index 74d3729..9520bd5 100644 --- a/server/server.go +++ b/server/server.go @@ -38,8 +38,8 @@ import ( ) const ( - ProtocolName = "1.19.3" - ProtocolVersion = 761 + ProtocolName = "1.19.4" + ProtocolVersion = 762 ) type Server struct {