From 0fe87c52eb698e2923f52db82d40495565c34363 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sat, 31 Aug 2024 02:25:40 +0300 Subject: [PATCH] fix: soldier of fortune using wrong protocol (#623) * fix: soldier of fortune using wrong protocol * chore: changelog --- CHANGELOG.md | 1 + lib/games.js | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f585bd..fcf344d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/games.js b/lib/games.js index b32d3ea..6895348 100644 --- a/lib/games.js +++ b/lib/games.js @@ -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: {