mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +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 = []
|
const protocolList = []
|
||||||
Object.keys(protocols).forEach((key) => protocolList.push(key))
|
Object.keys(protocols).forEach((key) => protocolList.push(key))
|
||||||
|
|
||||||
const services = ['discord', 'beammpmaster', 'beammp', 'teamspeak2', 'teamspeak3']
|
const ignoredProtocols = ['discord', 'beammpmaster', 'beammp', 'teamspeak2', 'teamspeak3', 'vintagestorymaster']
|
||||||
const protocolListFiltered = protocolList.filter((protocol) => !services.includes(protocol))
|
const protocolListFiltered = protocolList.filter((protocol) => !ignoredProtocols.includes(protocol))
|
||||||
|
|
||||||
const run = async () => {
|
const run = async () => {
|
||||||
for (const protocol of protocolListFiltered) {
|
for (const protocol of protocolListFiltered) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue