mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 13:45:37 -04:00
Release 0.7.8
This commit is contained in:
parent
8e6d11b09e
commit
5a1491ba78
@ -246,6 +246,11 @@ correct data type.
|
||||
|
||||
## History
|
||||
|
||||
### 0.7.8
|
||||
|
||||
* server: ability to change `motd` and `maxPlayers`
|
||||
* server: fix incorrect `playerCount`
|
||||
|
||||
### 0.7.7
|
||||
|
||||
* server: fix crash when client disconnects quickly
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user