chore: Add EOS notes on Palworld and The Isle Evrima (#522)

* add EOS protocols notes

* add protocol options
This commit is contained in:
Pedro Ivo Hudson 2024-01-29 18:32:40 -03:00 committed by GitHub
parent d737304f14
commit 453bafa3de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ 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') {
if (game.options.protocol === 'epic' || game.options.protocol === 'asa' || game.options.protocol === 'palworld' || game.options.protocol === 'theisleevrima') {
notes.push('[EOS Protocol](#epic)')
}
if (notes.length) {