mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-14 19:04:59 -05:00
Release 0.16.4
This commit is contained in:
parent
3b4cd6ef6a
commit
86b70f2544
3 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# History
|
||||
|
||||
## 0.16.4
|
||||
|
||||
* add client.latency (thanks @netraameht)
|
||||
|
||||
## 0.16.3
|
||||
|
||||
* update protodef : fix bug in switch
|
||||
|
|
|
@ -112,6 +112,10 @@ The user's session, as returned by the Yggdrasil system. (only client-side)
|
|||
|
||||
The player's profile, as returned by the Yggdrasil system. (only server-side)
|
||||
|
||||
### client.latency
|
||||
|
||||
The latency of the client, in ms. Updated at each keep alive.
|
||||
|
||||
### `packet` event
|
||||
|
||||
Called with every packet parsed. Takes two params, the JSON data we parsed,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.16.4-GH",
|
||||
"version": "0.16.4",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue