mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
fix: Add DayZ to Valve protocol in games list (#460)
* fix: add dayz to valve protocol * fix extra space
This commit is contained in:
parent
0b8ebc871f
commit
6ecb809512
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue