mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Fix alt:V Multiplayer naming as per their branding (#601)
* Fix alt:V Multiplayer naming as per their branding * Add changelog entry for consistency * Update ID and set old_id for alt:V * Update name
This commit is contained in:
parent
e98b7768db
commit
92c6e3ddbc
3 changed files with 9 additions and 7 deletions
|
|
@ -1289,15 +1289,16 @@ export const games = {
|
|||
doc_notes: 'gta5r'
|
||||
}
|
||||
},
|
||||
gta5a: {
|
||||
name: 'Grand Theft Auto V - AltVMP',
|
||||
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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue