mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +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...
|
||||
## 5.X.Y
|
||||
* Fix: `Deus Ex` using the wrong protocol (#621)
|
||||
|
||||
## 5.1.2
|
||||
* Added Vintage Story support via the master server (#606)
|
||||
|
|
|
|||
|
|
@ -930,7 +930,7 @@ export const games = {
|
|||
options: {
|
||||
port: 7791,
|
||||
port_query_offset: 1,
|
||||
protocol: 'gamespy2'
|
||||
protocol: 'gamespy1'
|
||||
}
|
||||
},
|
||||
devastation: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue