mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
byte array for checksum
This commit is contained in:
parent
219ad610a5
commit
a56c30b73b
2 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ pub struct ServerInfoMessage {
|
|||
pub dedicated: bool,
|
||||
pub max_crc: u32,
|
||||
pub max_classes: u16,
|
||||
pub map_hash: u128,
|
||||
pub map_hash: [u8; 16],
|
||||
pub player_count: u8,
|
||||
pub max_player_count: u8,
|
||||
pub interval_per_tick: f32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue