recive Chunk data

This commit is contained in:
JunDao
2019-05-19 21:27:07 +08:00
parent 845b7949dd
commit bb7fffbce6
7 changed files with 187 additions and 159 deletions

View File

@ -16,6 +16,7 @@ var (
func main() {
c = bot.NewClient()
//Login
err := c.JoinServer("localhost", 25565)
if err != nil {