fix extra space

This commit is contained in:
Pedro Ivo Hudson 2024-01-11 21:33:18 -03:00
parent 6e31572dce
commit aa6db19b5f
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' || game.options.protocol === 'dayz ') {
if (game.options.protocol === 'valve' || game.options.protocol === 'dayz') {
notes.push('[Valve Protocol](#valve)')
}
if (notes.length) {