mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: add Renegade X support (#643)
This commit is contained in:
parent
b3947164d3
commit
fe9d4f2cfc
7 changed files with 266 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ const gamedig = new GameDig(options)
|
|||
const protocolList = []
|
||||
Object.keys(protocols).forEach((key) => protocolList.push(key))
|
||||
|
||||
const ignoredProtocols = ['discord', 'beammpmaster', 'beammp', 'teamspeak2', 'teamspeak3', 'vintagestorymaster']
|
||||
const ignoredProtocols = ['discord', 'beammpmaster', 'beammp', 'teamspeak2', 'teamspeak3', 'vintagestorymaster', 'renegadexmaster']
|
||||
const protocolListFiltered = protocolList.filter((protocol) => !ignoredProtocols.includes(protocol))
|
||||
|
||||
const run = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue