Skip to content

Commit

Permalink
feat(beammp): update auth key url (pelican-eggs#2587)
Browse files Browse the repository at this point in the history
* feat(beammp): update auth key url
  • Loading branch information
wdhdev authored Dec 3, 2023
1 parent f6fb642 commit 8d37571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions game_eggs/beamng/beammp/egg-beam-m-p-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-05-14T18:49:02+02:00",
"exported_at": "2023-12-03T08:37:49+08:00",
"name": "BeamMP Servers",
"author": "[email protected]",
"description": "This is the server for the multiplayer mod BeamMP for the game BeamNG.drive. The server is the point through which all clients communicate. You can write lua mods for the server, detailed instructions on the BeamMP Wiki.",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
{
"name": "Authentication Key",
"description": "The authentication key for your server. A key can be obtained from the BeamMP keymaster at https:\/\/beamng-mp.com\/k\/dashboard",
"description": "The authentication key for your server. A key can be obtained from the BeamMP keymaster at https:\/\/keymaster.beammp.com",
"env_variable": "AUTHKEY",
"default_value": "",
"user_viewable": true,
Expand Down Expand Up @@ -129,4 +129,4 @@
"field_type": "text"
}
]
}
}

0 comments on commit 8d37571

Please sign in to comment.