mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
fix: remaining failing ids
This commit is contained in:
parent
df654a2c85
commit
331d7bbc53
1 changed files with 5 additions and 2 deletions
|
|
@ -712,12 +712,15 @@ export const games = {
|
||||||
old_id: 'cs16'
|
old_id: 'cs16'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
cs2d: {
|
c2d: {
|
||||||
name: 'CS2D',
|
name: 'CS2D',
|
||||||
release_year: 2004,
|
release_year: 2004,
|
||||||
options: {
|
options: {
|
||||||
port: 36963,
|
port: 36963,
|
||||||
protocol: 'cs2d'
|
protocol: 'cs2d'
|
||||||
|
},
|
||||||
|
extra: {
|
||||||
|
old_id: 'cs2d'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
cscz: {
|
cscz: {
|
||||||
|
|
@ -1579,7 +1582,7 @@ export const games = {
|
||||||
},
|
},
|
||||||
release_year: 2020
|
release_year: 2020
|
||||||
},
|
},
|
||||||
jb007n: {
|
jb0n: {
|
||||||
name: 'James Bond 007: Nightfire',
|
name: 'James Bond 007: Nightfire',
|
||||||
release_year: 2002,
|
release_year: 2002,
|
||||||
options: {
|
options: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue