fix: soldier of fortune using wrong protocol (#623)

* fix: soldier of fortune using wrong protocol

* chore: changelog
This commit is contained in:
CosminPerRam 2024-08-31 02:25:40 +03:00 committed by GitHub
parent cb73ccd260
commit 0fe87c52eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -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: {