fix: deus ex using wrong protocol (#621)

* fix: deus ex using wrong protocol

* chore: changelog
This commit is contained in:
CosminPerRam 2024-08-31 01:23:44 +03:00 committed by GitHub
parent f7a59d61cc
commit 0727e10d96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -930,7 +930,7 @@ export const games = {
options: {
port: 7791,
port_query_offset: 1,
protocol: 'gamespy2'
protocol: 'gamespy1'
}
},
devastation: {