mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Adjusted Port for Rust to remove offset by 1.
The query port was changed to the game port instead of being offset by 1 as mentioned at http://playrust.com/devblog-74/. Duplicated the line and renamed the old to rustlegacy for backwards support.
This commit is contained in:
parent
957c0e20ea
commit
e7703b0d03
1 changed files with 2 additions and 1 deletions
|
@ -209,7 +209,8 @@ rtcw|Return to Castle Wolfenstein|quake3|port_query=27960
|
||||||
ricochet|Ricochet|valve
|
ricochet|Ricochet|valve
|
||||||
riseofnations|Rise of Nations|gamespy1|port_query=6501
|
riseofnations|Rise of Nations|gamespy1|port_query=6501
|
||||||
rune|Rune|gamespy1|port=7777,port_query_offset=1
|
rune|Rune|gamespy1|port=7777,port_query_offset=1
|
||||||
rust|Rust|valve|port=28015,port_query_offset=1
|
rustlegacy|Rust|valve|port=28015,port_query_offset=1
|
||||||
|
rust|Rust|valve|port=28015
|
||||||
samp|San Andreas Multiplayer|samp|port=7777
|
samp|San Andreas Multiplayer|samp|port=7777
|
||||||
ss|Serious Sam|gamespy1|port=25600,port_query_offset=1
|
ss|Serious Sam|gamespy1|port=25600,port_query_offset=1
|
||||||
ss2|Serious Sam 2|gamespy2|port=25600
|
ss2|Serious Sam 2|gamespy2|port=25600
|
||||||
|
|
Loading…
Reference in a new issue