Bump protocol to 1.17.1

Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser
2021-07-30 23:45:53 -05:00
parent 6500fbeaab
commit 7944d4d2e2
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ import (
)
// ProtocolVersion , the protocol version number of minecraft net protocol
const ProtocolVersion = 755
const ProtocolVersion = 756
const DefaultPort = 25565
// JoinServer connect a Minecraft server for playing the game.