mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
fix: deus ex using wrong protocol (#621)
* fix: deus ex using wrong protocol * chore: changelog
This commit is contained in:
parent
f7a59d61cc
commit
0727e10d96
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
## To Be Released...
|
## To Be Released...
|
||||||
## 5.X.Y
|
## 5.X.Y
|
||||||
|
* Fix: `Deus Ex` using the wrong protocol (#621)
|
||||||
|
|
||||||
## 5.1.2
|
## 5.1.2
|
||||||
* Added Vintage Story support via the master server (#606)
|
* Added Vintage Story support via the master server (#606)
|
||||||
|
|
|
||||||
|
|
@ -930,7 +930,7 @@ export const games = {
|
||||||
options: {
|
options: {
|
||||||
port: 7791,
|
port: 7791,
|
||||||
port_query_offset: 1,
|
port_query_offset: 1,
|
||||||
protocol: 'gamespy2'
|
protocol: 'gamespy1'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
devastation: {
|
devastation: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue