mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
chore: add EOS protocol note (#489)
* chore: add EOS notes * Update CHANGELOG.md
This commit is contained in:
parent
10718d917c
commit
68a3ad40d1
3 changed files with 16 additions and 5 deletions
|
|
@ -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(', ')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue