mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +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
|
|
@ -4,6 +4,7 @@
|
||||||
* Minetest - Added support for minetest utilizing official server list (By @xCausxn #573)
|
* Minetest - Added support for minetest utilizing official server list (By @xCausxn #573)
|
||||||
* Soulmask - Added support (By @xCausxn #572)
|
* Soulmask - Added support (By @xCausxn #572)
|
||||||
* Restore Minecraft's favicon (#575)
|
* Restore Minecraft's favicon (#575)
|
||||||
|
* Fix duplicate game entry for The Forest (2014), add old id for backwards compatibility (By @xCausxn #579)
|
||||||
|
|
||||||
## 5.0.0
|
## 5.0.0
|
||||||
* Added a new stabilized field `version` in the query response (By @podrivo #532)
|
* Added a new stabilized field `version` in the query response (By @podrivo #532)
|
||||||
|
|
|
||||||
|
|
@ -294,7 +294,6 @@
|
||||||
| terrariatshock | Terraria - TShock | [Notes](#terraria) |
|
| terrariatshock | Terraria - TShock | [Notes](#terraria) |
|
||||||
| tfc | Team Fortress Classic | [Valve Protocol](#valve) |
|
| tfc | Team Fortress Classic | [Valve Protocol](#valve) |
|
||||||
| theforest | The Forest | [Valve Protocol](#valve) |
|
| theforest | The Forest | [Valve Protocol](#valve) |
|
||||||
| theforrest | The Forrest | [Valve Protocol](#valve) |
|
|
||||||
| thefront | The Front | [Valve Protocol](#valve) |
|
| thefront | The Front | [Valve Protocol](#valve) |
|
||||||
| thehidden | The Hidden | [Valve Protocol](#valve) |
|
| thehidden | The Hidden | [Valve Protocol](#valve) |
|
||||||
| theisle | The Isle | [Valve Protocol](#valve) |
|
| theisle | The Isle | [Valve Protocol](#valve) |
|
||||||
|
|
|
||||||
15
lib/games.js
15
lib/games.js
|
|
@ -1270,18 +1270,6 @@ export const games = {
|
||||||
old_id: 'fivem'
|
old_id: 'fivem'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
theforrest: {
|
|
||||||
name: 'The Forrest',
|
|
||||||
release_year: 2014,
|
|
||||||
options: {
|
|
||||||
port: 27015,
|
|
||||||
port_query_offset: 1,
|
|
||||||
protocol: 'valve'
|
|
||||||
},
|
|
||||||
extra: {
|
|
||||||
old_id: 'forrest'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
garrysmod: {
|
garrysmod: {
|
||||||
name: "Garry's Mod",
|
name: "Garry's Mod",
|
||||||
release_year: 2004,
|
release_year: 2004,
|
||||||
|
|
@ -2902,6 +2890,9 @@ export const games = {
|
||||||
port: 27015,
|
port: 27015,
|
||||||
port_query_offset: 1,
|
port_query_offset: 1,
|
||||||
protocol: 'valve'
|
protocol: 'valve'
|
||||||
|
},
|
||||||
|
extra: {
|
||||||
|
old_id: 'forrest'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
thefront: {
|
thefront: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue