mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
bug: Remove mispelling legacy entry, add backwards compat. (#579)
* chore: Remove duplicate entry for 'The Forrest' in GAMES_LIST.md * Add changelog entry * Update CHANGELOG.md
This commit is contained in:
parent
fd63ed79d6
commit
ce29238428
3 changed files with 4 additions and 13 deletions
15
lib/games.js
15
lib/games.js
|
|
@ -1270,18 +1270,6 @@ export const games = {
|
|||
old_id: 'fivem'
|
||||
}
|
||||
},
|
||||
theforrest: {
|
||||
name: 'The Forrest',
|
||||
release_year: 2014,
|
||||
options: {
|
||||
port: 27015,
|
||||
port_query_offset: 1,
|
||||
protocol: 'valve'
|
||||
},
|
||||
extra: {
|
||||
old_id: 'forrest'
|
||||
}
|
||||
},
|
||||
garrysmod: {
|
||||
name: "Garry's Mod",
|
||||
release_year: 2004,
|
||||
|
|
@ -2902,6 +2890,9 @@ export const games = {
|
|||
port: 27015,
|
||||
port_query_offset: 1,
|
||||
protocol: 'valve'
|
||||
},
|
||||
extra: {
|
||||
old_id: 'forrest'
|
||||
}
|
||||
},
|
||||
thefront: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue