mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
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:
parent
68c8423c84
commit
6bfbc883be
6 changed files with 61 additions and 1 deletions
|
|
@ -227,6 +227,13 @@ export const games = {
|
|||
protocol: 'valve'
|
||||
}
|
||||
},
|
||||
beammp: {
|
||||
name: 'BeamMP (2021)',
|
||||
options: {
|
||||
port: 30814,
|
||||
protocol: 'beammp'
|
||||
}
|
||||
},
|
||||
bf1942: {
|
||||
name: 'Battlefield 1942 (2002)',
|
||||
options: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue