mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Protocol: Minecraft: Rename players-related fields
This commit is contained in:
parent
4fb1350753
commit
f2ae81002e
7 changed files with 24 additions and 24 deletions
|
|
@ -51,9 +51,9 @@ impl LegacyBV1_8 {
|
|||
Ok(Response {
|
||||
version_name: "Beta 1.8+".to_string(),
|
||||
version_protocol: -1,
|
||||
max_players,
|
||||
online_players,
|
||||
sample_players: None,
|
||||
players_maximum: max_players,
|
||||
players_online: online_players,
|
||||
players_sample: None,
|
||||
description,
|
||||
favicon: None,
|
||||
previews_chat: None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue