feat: Add Call of Duty: Black Ops 3 support (#473)

* feat: add black ops 3 support

* fix duplicate game name

* fix codbo3 port

* try resolve conflict

* possible conflict fix
This commit is contained in:
Pedro Ivo Hudson 2024-01-17 08:08:07 -03:00 committed by GitHub
parent 7c23e6c9e4
commit 861d24898a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 0 deletions

View file

@ -458,6 +458,14 @@ export const games = {
},
release_year: 2007
},
codbo3: {
name: 'Call of Duty: Black Ops 3',
release_year: 2015,
options: {
port: 27017,
protocol: 'valve'
}
},
codwaw: {
name: 'Call of Duty: World at War',
release_year: 2008,