From 6ecb80951289384cf96e3d62420edebed9ebd381 Mon Sep 17 00:00:00 2001 From: Pedro Ivo Hudson Date: Sun, 14 Jan 2024 18:16:53 -0300 Subject: [PATCH] fix: Add DayZ to Valve protocol in games list (#460) * fix: add dayz to valve protocol * fix extra space --- tools/generate_games_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/generate_games_list.js b/tools/generate_games_list.js index 63d0c9d5..9b61d615 100644 --- a/tools/generate_games_list.js +++ b/tools/generate_games_list.js @@ -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) {