mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
player_count → player_slot
This commit is contained in:
parent
614dbb2f47
commit
f83be2375c
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ pub struct ServerInfoMessage {
|
||||||
pub max_crc: u32,
|
pub max_crc: u32,
|
||||||
pub max_classes: u16,
|
pub max_classes: u16,
|
||||||
pub map_hash: [u8; 16],
|
pub map_hash: [u8; 16],
|
||||||
pub player_count: u8,
|
pub player_slot: u8,
|
||||||
pub max_player_count: u8,
|
pub max_player_count: u8,
|
||||||
pub interval_per_tick: f32,
|
pub interval_per_tick: f32,
|
||||||
#[size = 1]
|
#[size = 1]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue