mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00:00
feat: Renown add support (#684)
* add renown support * add changelog entry
This commit is contained in:
parent
e6b959a4d7
commit
099f7107cf
6 changed files with 32 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ Object.entries(sortedGames).forEach(([id, game]) => {
|
|||
if (game.options.protocol === 'valve' || game.options.protocol === 'dayz') {
|
||||
notes.push('[Valve Protocol](#valve)')
|
||||
}
|
||||
if (game.options.protocol === 'epic' || game.options.protocol === 'asa' || game.options.protocol === 'theisleevrima') {
|
||||
if (game.options.protocol === 'epic' || game.options.protocol === 'asa' || game.options.protocol === 'theisleevrima' || game.options.protocol === 'renown') {
|
||||
notes.push('[EOS Protocol](#epic)')
|
||||
}
|
||||
lineArray[HeaderType.Notes] = notes.join(', ')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue