mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2024-11-27 17:55:45 -05:00
parent
9c767a0b33
commit
f52ab55ef9
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# History
|
||||
|
||||
##1.41.2
|
||||
* Fix client sending session packet while server is in login state (@frej4189)
|
||||
* Fix client attempting to sign messages on offline servers (@frej4189)
|
||||
|
||||
## 1.41.1
|
||||
* Revert "Fix client sending chat_session packet before server state transition"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minecraft-protocol",
|
||||
"version": "1.41.1",
|
||||
"version": "1.41.2",
|
||||
"description": "Parse and serialize minecraft packets, plus authentication and encryption.",
|
||||
"main": "src/index.js",
|
||||
"types": "src/index.d.ts",
|
||||
|
|
Loading…
Reference in a new issue