diff --git a/GAMES_LIST.md b/GAMES_LIST.md index a5c61208..40219bcb 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -295,7 +295,6 @@ | terrariatshock | Terraria - TShock | [Notes](#terraria) | | tfc | Team Fortress Classic | [Valve Protocol](#valve) | | theforest | The Forest | [Valve Protocol](#valve) | -| theforrest | The Forrest | [Valve Protocol](#valve) | | thefront | The Front | [Valve Protocol](#valve) | | thehidden | The Hidden | [Valve Protocol](#valve) | | theisle | The Isle | [Valve Protocol](#valve) | diff --git a/lib/games.js b/lib/games.js index 9eda3ab2..22af9c14 100644 --- a/lib/games.js +++ b/lib/games.js @@ -1278,18 +1278,6 @@ export const games = { protocol: 'ragemp' } }, - 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, @@ -2910,6 +2898,9 @@ export const games = { port: 27015, port_query_offset: 1, protocol: 'valve' + }, + extra: { + old_id: 'forrest' } }, thefront: {