From 41971d93e15ac19950bcecd9be09b5ecf87f75fe Mon Sep 17 00:00:00 2001 From: Vito0912 <86927734+Vito0912@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:25:15 +0100 Subject: [PATCH] Update release year for Farming Simulator 2019 --- GAMES_LIST.md | 2 +- lib/games.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GAMES_LIST.md b/GAMES_LIST.md index f23ad4e..01eda44 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -462,7 +462,7 @@ Conan Exiles never responds to player query. Many Minecraft servers do not respond with players data. ### Farming Simulator -Farming Simulator 2022 servers need a token (reffered as code in the game). It can be obtained at your server's web interface (http://ip:port/settings.html). It can be passed to GameDig with the additional option: `token` +Farming Simulator servers need a token (reffered as code in the game). It can be obtained at your server's web interface (http://ip:port/settings.html). It can be passed to GameDig with the additional option: `token`. It does only work for your own server. The response includes much information about the server. Currently, only the fields about server information (name, map, version, etc.), players and mods are parsed. Protocols with Additional Notes diff --git a/lib/games.js b/lib/games.js index 19014ef..e7945f2 100644 --- a/lib/games.js +++ b/lib/games.js @@ -1188,7 +1188,7 @@ export const games = { }, farmingsimulator2019: { name: 'Farming Simulator 2019', - release_year: 2021, + release_year: 2018, options: { port: 8080, protocol: 'farmingsimulator'