From f9cd30c7f8e202d5486d5ac49191e5efc2e2b31c Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sun, 15 Sep 2024 20:09:33 +0300 Subject: [PATCH] feat: add wop entry --- lib/games.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/games.js b/lib/games.js index dbccc879..54e82f4c 100644 --- a/lib/games.js +++ b/lib/games.js @@ -3318,6 +3318,14 @@ export const games = { protocol: 'xonotic' } }, + wop: { + name: 'World Of Padman', + release_year: 2007, + options: { + port: 26000, + protocol: 'quake3' + } + }, xpandrally: { name: 'Xpand Rally', release_year: 2004,