Skip to content

Commit

Permalink
Merge branch 'master' into feat/ragemp
Browse files Browse the repository at this point in the history
  • Loading branch information
xCausxn authored Jun 20, 2024
2 parents f4dac09 + ce29238 commit 9d295f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## 5.X.Y

- Minetest - Added support for minetest utilizing official server list (By @xCausxn #573)
- Soulmask - Added support (By @xCausxn #572)
- Restore Minecraft's favicon (#575)
- Grand Theft Auto V: Rage MP - Added support (By @xCausxn #576)
* Minetest - Added support for minetest utilizing official server list (By @xCausxn #573)
* Soulmask - Added support (By @xCausxn #572)
* Restore Minecraft's favicon (#575)
* Grand Theft Auto V: Rage MP - Added support (By @xCausxn #576)
* Fix duplicate game entry for The Forest (2014), add old id for backwards compatibility (By @xCausxn #579)

## 5.0.0

Expand Down
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 9d295f1

Please sign in to comment.