Support for Minecraft 1.16.4

This commit is contained in:
David McNett
2020-11-18 11:23:17 -06:00
parent 0af0377a4f
commit e9cb621f23
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ import (
)
// ProtocolVersion , the protocol version number of minecraft net protocol
const ProtocolVersion = 753
const ProtocolVersion = 754
// JoinServer connect a Minecraft server for playing the game.
func (c *Client) JoinServer(addr string, port int) (err error) {