mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-19 02:00:38 +01:00
Release 2.0.28
This commit is contained in:
parent
483678083f
commit
7f08381b17
4 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
|||
### 2.0.28
|
||||
* Added Valheim (2021)
|
||||
|
||||
### 2.0.27
|
||||
* Reduced chance of protocol collisions between gamespy3 and minecraftbedrock
|
||||
|
||||
|
|
|
@ -337,7 +337,7 @@ Games List
|
|||
| `unturned` | unturned
|
||||
| `urbanterror` | Urban Terror
|
||||
| `v8supercar` | V8 Supercar Challenge
|
||||
| `valheim` | Valheim
|
||||
| `valheim` | Valheim (2021)
|
||||
| `ventrilo` | Ventrilo
|
||||
| `vcmp` | Vice City Multiplayer
|
||||
| `vietcong` | Vietcong
|
||||
|
|
|
@ -279,7 +279,7 @@ ut3|Unreal Tournament 3|ut3|port=7777,port_query_offset=-1277
|
|||
|
||||
urbanterror|Urban Terror|quake3|port_query=27960
|
||||
v8supercar|V8 Supercar Challenge|gamespy1|port_query=16700
|
||||
valheim|Valheim|valve|port=2456,port_query_offset=1
|
||||
valheim|Valheim (2021)|valve|port=2456,port_query_offset=1
|
||||
vcmp|Vice City Multiplayer|vcmp|port=8192
|
||||
ventrilo|Ventrilo|ventrilo|port=3784
|
||||
vietcong|Vietcong|gamespy1|port=5425,port_query=15425
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
],
|
||||
"main": "lib/index.js",
|
||||
"author": "GameDig Contributors",
|
||||
"version": "2.0.27",
|
||||
"version": "2.0.28",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gamedig/node-gamedig.git"
|
||||
|
|
Loading…
Reference in a new issue