mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Valve: Rename players-related fields
This commit is contained in:
parent
637252ca18
commit
ff789fcb90
5 changed files with 23 additions and 21 deletions
|
|
@ -28,10 +28,10 @@ Response (note that some games have a different structure):
|
|||
name: "Team Fortress 2 Dedicated Server.",
|
||||
map: "ctf_turbine",
|
||||
game: "tf2",
|
||||
players: 0,
|
||||
players_online: 0,
|
||||
players_details: [],
|
||||
max_players: 69,
|
||||
bots: 0,
|
||||
players_maximum: 69,
|
||||
players_bots: 0,
|
||||
server_type: Dedicated,
|
||||
has_password: false,
|
||||
vac_secured: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue