fix: Add DayZ to Valve protocol in games list (#460)

* fix: add dayz to valve protocol

* fix extra space
This commit is contained in:
Pedro Ivo Hudson 2024-01-14 18:16:53 -03:00 committed by GitHub
parent 0b8ebc871f
commit 6ecb809512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ for (const id in sortedGames) {
if (game?.extra?.doc_notes) {
notes.push('[Notes](#' + game.extra.doc_notes + ')')
}
if (game.options.protocol === 'valve') {
if (game.options.protocol === 'valve' || game.options.protocol === 'dayz') {
notes.push('[Valve Protocol](#valve)')
}
if (notes.length) {