mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
fix(tools/generate_games_list): add squad to blanket EOS inclusion
This commit is contained in:
parent
87f7c09705
commit
f715b7fe5c
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ Object.entries(sortedGames).forEach(([id, game]) => {
|
|||
if (['valve', 'dayz', 'sdtd'].includes(game.options.protocol)) {
|
||||
notes.push('[Valve Protocol](#valve)')
|
||||
}
|
||||
if (['epic', 'asa', 'theisleevrima', 'renown'].includes(game.options.protocol)) {
|
||||
if (['epic', 'asa', 'theisleevrima', 'renown', 'squad'].includes(game.options.protocol)) {
|
||||
notes.push('[EOS Protocol](#epic)')
|
||||
}
|
||||
lineArray[HeaderType.Notes] = notes.join(', ')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue