diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e4cd4e8..94003df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,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 0adc0431..2f3f2f00 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