更新版本号至1.15.1

This commit is contained in:
Tnze
2019-12-29 07:59:39 +08:00
parent cc40cd4cca
commit d3e1ec1523
2 changed files with 3 additions and 3 deletions

View File

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