mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
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:
parent
7c23e6c9e4
commit
861d24898a
3 changed files with 10 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue