Parse dayz mods, queue length, and time acceleration (3.0.6) Fixes #232 Fixes #234

This commit is contained in:
Michael Morrison 2021-07-08 21:51:34 -05:00
parent ce4e728493
commit 1d9cf90259
4 changed files with 110 additions and 4 deletions

View file

@ -1,3 +1,8 @@
### 3.0.6
* raw.tags for valve servers is now an array rather than a string
* The special mod list for dayz servers is now parsed into raw.dayzMods is requestRules is set to true
* DayZ queue length, day and night acceleration are now parsed into raw as well
### 3.0.5
* Add support for `listenUdpPort` to specify a fixed bind port.
* Improved udp bind failure detection.