feat: Renown add support (#684)

* add renown support

* add changelog entry
This commit is contained in:
Anthony 2025-03-22 13:25:41 -07:00 committed by GitHub
parent e6b959a4d7
commit 099f7107cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 32 additions and 2 deletions

View file

@ -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(', ')