Skip to content

Commit

Permalink
chore: Remove duplicate entry for 'The Forrest' in GAMES_LIST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xCausxn committed Jun 19, 2024
1 parent fd63ed7 commit c32ff03
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 @@ -294,7 +294,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 @@ -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,
Expand Down Expand Up @@ -2902,6 +2890,9 @@ export const games = {
port: 27015,
port_query_offset: 1,
protocol: 'valve'
},
extra: {
old_id: 'forrest'
}
},
thefront: {
Expand Down

0 comments on commit c32ff03

Please sign in to comment.