Skip to content

Commit

Permalink
feat: add new port to V Rising (#483)
Browse files Browse the repository at this point in the history
* chore: add new port to V Rising

* update CHANGELOG

* update changelog
  • Loading branch information
podrivo authored Jan 18, 2024
1 parent 1ef09d4 commit d4babb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4babb0

Please sign in to comment.