Skip to content

Commit

Permalink
Update ID and set old_id for alt:V
Browse files Browse the repository at this point in the history
  • Loading branch information
xCausxn committed Aug 10, 2024
1 parent e4dddd7 commit 9c239be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
| groundbreach | Ground Breach | [Valve Protocol](#valve) |
| gta5f | Grand Theft Auto V - FiveM | |
| gta5r | Grand Theft Auto V - RAGE MP | [Notes](#gta5r) |
| gta5a | Grand Theft Auto V - alt:V Multiplayer | [Notes](#gta5a) |
| gta5am | Grand Theft Auto V - alt:V Multiplayer | [Notes](#gta5am) |
| gtasam | Grand Theft Auto: San Andreas Multiplayer | |
| gtasamta | Grand Theft Auto: San Andreas - Multi Theft Auto | |
| gtasao | Grand Theft Auto: San Andreas OpenMP | |
Expand Down
5 changes: 3 additions & 2 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -1289,15 +1289,16 @@ export const games = {
doc_notes: 'gta5r'
}
},
gta5a: {
gta5am: {
name: 'Grand Theft Auto V - alt:V Multiplayer',
release_year: 2015,
options: {
port: 7788,
protocol: 'altvmp'
},
extra: {
doc_notes: 'gta5a'
doc_notes: 'gta5am',
old_id: 'gta5a'
}
},
garrysmod: {
Expand Down

0 comments on commit 9c239be

Please sign in to comment.