From 26a6ee1c08ea72297c695d52339e62ed8ee4f49c Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Mon, 25 Dec 2023 23:45:24 +0200 Subject: [PATCH] fix: add -1 offset to Rising World (#441) --- lib/games.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/games.js b/lib/games.js index 535c035..0ce8206 100644 --- a/lib/games.js +++ b/lib/games.js @@ -1744,6 +1744,7 @@ export const games = { name: 'Rising World (2014)', options: { port: 4255, + port_query_offset: -1, protocol: 'valve' } },