mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
fix: add -1 offset to Rising World (#441)
This commit is contained in:
parent
90e26bb442
commit
26a6ee1c08
1 changed files with 1 additions and 0 deletions
|
@ -1744,6 +1744,7 @@ export const games = {
|
|||
name: 'Rising World (2014)',
|
||||
options: {
|
||||
port: 4255,
|
||||
port_query_offset: -1,
|
||||
protocol: 'valve'
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue