docs: Arma Reforger does not provide players data (#680)

* docs: not that armareforger does not provide players data

* docs: update changelog.md
This commit is contained in:
CosminPerRam 2025-03-03 22:08:37 +02:00 committed by GitHub
parent f0c3b76bc5
commit 1e2ade8d5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@
* Fix: Grand Theft Auto V - FiveM wrap the players query in a try block as it doesn't provide the data by default anymore (#674, thanks @xCausxn)
* Docs: Counter-Strike 2 does not provide players names, note this and a plugin workaround (#675).
* Fix: Minetest - server filtering replace missing field ip with address (By @hjri #678)
* Docs: Arma Reforger does not provide players data (#680)
## 5.2.0
* Fix: Palworld not respecting query output players schema (#666)

View file

@ -511,6 +511,8 @@ You can acquire a _ServerId_ from the master query protocol `protocol-brokeproto
### <a name='armareforger'></a>ARMA: Reforger
For queries to work, A2S needs to be setup in the server config, more info [here](https://community.bistudio.com/wiki/Arma_Reforger:Server_Config#a2s_2).
Does not provide players data.
Protocols with Additional Notes
---