From 0727e10d968c3094e5f01c909a4c747777c3aece Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sat, 31 Aug 2024 01:23:44 +0300 Subject: [PATCH] fix: deus ex using wrong protocol (#621) * fix: deus ex using wrong protocol * chore: changelog --- CHANGELOG.md | 1 + lib/games.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a671698..d7b3dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/games.js b/lib/games.js index 0084ffb..b32d3ea 100644 --- a/lib/games.js +++ b/lib/games.js @@ -930,7 +930,7 @@ export const games = { options: { port: 7791, port_query_offset: 1, - protocol: 'gamespy2' + protocol: 'gamespy1' } }, devastation: {