更新1.15协议部分

This commit is contained in:
Tnze
2019-12-11 11:07:47 +08:00
parent 9576aa2823
commit e8bb060cc4
5 changed files with 22 additions and 20 deletions

View File

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