diff --git a/CHANGELOG.md b/CHANGELOG.md index 701a101..afb50b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/games.js b/lib/games.js index 0adc043..2f3f2f0 100644 --- a/lib/games.js +++ b/lib/games.js @@ -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