mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
feat: add new port to V Rising (#483)
* chore: add new port to V Rising * update CHANGELOG * update changelog
This commit is contained in:
parent
1ef09d470b
commit
d4babb078b
2 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,7 @@
|
|||
placeholders in the `players` fields.
|
||||
* Valve: dont skip players with no name and keep state.raw.players.
|
||||
* Stabilized field `numplayers`.
|
||||
* V Rising (2022) - Updated `options.port_query_offset` to `[1, 15]` (#438).
|
||||
* BeamMP (2021) - Added support.
|
||||
* Call of Duty: Black Ops 3 (2015) - Added support.
|
||||
|
||||
|
|
|
@ -2670,7 +2670,7 @@ export const games = {
|
|||
name: 'V Rising',
|
||||
options: {
|
||||
port: 27015,
|
||||
port_query_offset: 1,
|
||||
port_query_offset: [1, 15],
|
||||
protocol: 'valve'
|
||||
},
|
||||
release_year: 2022
|
||||
|
|
Loading…
Reference in a new issue