Blind version bump for 1.16.2

This commit is contained in:
David McNett
2020-08-26 11:13:43 -05:00
parent 08a6f3b219
commit 1ec365af32
2 changed files with 3 additions and 3 deletions

View File

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