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:
James Causon 2024-06-20 09:09:27 +01:00 committed by GitHub
parent fd63ed79d6
commit ce29238428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 13 deletions

View File

@ -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)

View File

@ -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) |

View File

@ -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: {