docs: remove misleading source data references

This commit is contained in:
CosminPerRam 2024-01-23 00:17:59 +02:00
parent 21add425ba
commit c7b8fa2053
1 changed files with 2 additions and 2 deletions

View File

@ -67,9 +67,9 @@ The returned state object will contain the following keys:
| **name** | string | Server name. |
| **map** | string | Server map. |
| **password** | boolean | If a password is required. |
| **numplayers** | number | Number of players connected. Data via [A2S_INFO](https://developer.valvesoftware.com/wiki/Server_queries#A2S_INFO). |
| **numplayers** | number | Number of players connected. |
| **maxplayers** | number | Maximum number of connected players. |
| **players** | array of objects | Note that this could be of a different length compared to **numplayers**. Data via [A2S_PLAYER](https://developer.valvesoftware.com/wiki/Server_queries#A2S_PLAYER). |
| **players** | array of objects | Note that this could be of a different length compared to **numplayers**. |
| **players.name** | string | If the player's name is unknown, the string will be empty. |
| **players.raw** | object | Additional information about the player if available. |
| **bots** | array of objects | Same schema as `players`. |