mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat(tools/attempt): add vintage story master to the ignored protocols list
This commit is contained in:
parent
91ed753d1e
commit
1ca7c38d6a
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ const gamedig = new GameDig(options)
|
|||
const protocolList = []
|
||||
Object.keys(protocols).forEach((key) => protocolList.push(key))
|
||||
|
||||
const services = ['discord', 'beammpmaster', 'beammp', 'teamspeak2', 'teamspeak3']
|
||||
const protocolListFiltered = protocolList.filter((protocol) => !services.includes(protocol))
|
||||
const ignoredProtocols = ['discord', 'beammpmaster', 'beammp', 'teamspeak2', 'teamspeak3', 'vintagestorymaster']
|
||||
const protocolListFiltered = protocolList.filter((protocol) => !ignoredProtocols.includes(protocol))
|
||||
|
||||
const run = async () => {
|
||||
for (const protocol of protocolListFiltered) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue