mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
fix: soldier of fortune using wrong protocol (#623)
* fix: soldier of fortune using wrong protocol * chore: changelog
This commit is contained in:
parent
cb73ccd260
commit
0fe87c52eb
2 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
## To Be Released...
|
||||
## 5.X.Y
|
||||
* Fix: `Deus Ex` using the wrong protocol (#621)
|
||||
* Fix: `Soldier ff Fortune` using the wrong protocol (#623)
|
||||
* Feat: For the Quake2 protocol `version`'s field, also look for `version` in the raw object
|
||||
|
||||
## 5.1.2
|
||||
|
|
|
|||
|
|
@ -2640,8 +2640,9 @@ export const games = {
|
|||
name: 'Soldier of Fortune',
|
||||
release_year: 2000,
|
||||
options: {
|
||||
port_query: 28910,
|
||||
protocol: 'quake1'
|
||||
port: 28910,
|
||||
port_query_offset: 1,
|
||||
protocol: 'gamespy1'
|
||||
}
|
||||
},
|
||||
sof2: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue