feat: add Renegade X support (#643)

This commit is contained in:
RattleSN4K3 2024-10-04 09:42:43 +02:00 committed by GitHub
parent b3947164d3
commit fe9d4f2cfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 266 additions and 2 deletions

View file

@ -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 () => {