From 1e2ade8d5c8c4a5af08e684ffef36f5e44918c8d Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Mon, 3 Mar 2025 22:08:37 +0200 Subject: [PATCH] docs: Arma Reforger does not provide players data (#680) * docs: not that armareforger does not provide players data * docs: update changelog.md --- CHANGELOG.md | 1 + GAMES_LIST.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f746b..875bfd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/GAMES_LIST.md b/GAMES_LIST.md index fea736f..9a0f544 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -511,6 +511,8 @@ You can acquire a _ServerId_ from the master query protocol `protocol-brokeproto ### 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 ---