chore: add EOS protocol note (#489)

* chore: add EOS notes

* Update CHANGELOG.md
This commit is contained in:
Pedro Ivo Hudson 2024-01-18 19:39:59 -03:00 committed by GitHub
parent 10718d917c
commit 68a3ad40d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 5 deletions

View file

@ -34,6 +34,9 @@ for (const id in sortedGames) {
if (game.options.protocol === 'valve' || game.options.protocol === 'dayz') {
notes.push('[Valve Protocol](#valve)')
}
if (game.options.protocol === 'epic' || game.options.protocol === 'asa') {
notes.push('[EOS Protocol](#epic)')
}
if (notes.length) {
generated += ' | ' + notes.join(', ')
}