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'