Skip to content

Commit

Permalink
feat: Remove old/mispelling of the forrest, added as old id to keep b…
Browse files Browse the repository at this point in the history
…ackwards compat before gameid change.
  • Loading branch information
xCausxn committed Jun 19, 2024
1 parent f4dac09 commit 2ba2183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
1 change: 0 additions & 1 deletion GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
15 changes: 3 additions & 12 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -2910,6 +2898,9 @@ export const games = {
port: 27015,
port_query_offset: 1,
protocol: 'valve'
},
extra: {
old_id: 'forrest'
}
},
thefront: {
Expand Down

0 comments on commit 2ba2183

Please sign in to comment.