mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 09:18:31 +01:00
2.0.8
This commit is contained in:
parent
94c263669d
commit
89f1353c6f
2 changed files with 6 additions and 1 deletions
|
@ -429,6 +429,11 @@ as well: `--debug`, `--pretty`, `--socketTimeout 5000`, etc.
|
|||
Changelog
|
||||
---
|
||||
|
||||
### 2.0.8
|
||||
* Improve out-of-order packet handling for gamespy1 protocol
|
||||
* Work-around for buggy duplicate player reporting from bf1942 servers
|
||||
* Report team names rather than IDs when possible for gamespy1 protocol
|
||||
|
||||
### 2.0.7
|
||||
* Prevent tcp socket errors from dumping straight to console
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
],
|
||||
"main": "lib/index.js",
|
||||
"author": "Michael Morrison",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.8",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sonicsnes/node-gamedig.git"
|
||||
|
|
Loading…
Reference in a new issue