feat: add BeamMP support (#447)

* feat: add beammp support

* fix: cleanup server name of escape codes

* chore: add a new line for better readability
This commit is contained in:
CosminPerRam 2023-12-30 22:41:56 +02:00 committed by GitHub
parent 68c8423c84
commit 6bfbc883be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 61 additions and 1 deletions

View file

@ -227,6 +227,13 @@ export const games = {
protocol: 'valve'
}
},
beammp: {
name: 'BeamMP (2021)',
options: {
port: 30814,
protocol: 'beammp'
}
},
bf1942: {
name: 'Battlefield 1942 (2002)',
options: {