Fix bugs in packet.Packet.Pack()

This commit is contained in:
Tnze
2021-12-12 15:23:21 +08:00
parent 38cc60ea65
commit 4e7db1e122
3 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,7 @@ First, you might have a try of the simple examples. It's a good start.
### Run Examples
- Run `go run github.com/Tnze/go-mc/cmd/mcping localhost` to ping and list the localhost mc server.
- Run `go run github.com/Tnze/go-mc/cmd/daze` to join the local server at *localhost:25565* as Steve on the offline mode.
- Run `go run github.com/Tnze/go-mc/cmd/daze` to join the local server at *localhost:25565* as player named Daze on the offline mode.
### Basic Usage