1
0
Fork 0
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:
Robin Appelman 2022-06-10 14:17:06 +02:00
commit f83be2375c

View file

@ -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]