Update release year for Farming Simulator 2019

This commit is contained in:
Vito0912 2024-02-01 21:25:15 +01:00
parent 1254a5cfd7
commit 41971d93e1
No known key found for this signature in database
GPG Key ID: 29A3D509FE70B237
2 changed files with 2 additions and 2 deletions

View File

@ -462,7 +462,7 @@ Conan Exiles never responds to player query.
Many Minecraft servers do not respond with players data.
### <a name='farmingsimulator'>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

View File

@ -1188,7 +1188,7 @@ export const games = {
},
farmingsimulator2019: {
name: 'Farming Simulator 2019',
release_year: 2021,
release_year: 2018,
options: {
port: 8080,
protocol: 'farmingsimulator'