1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00

byte array for checksum

This commit is contained in:
Robin Appelman 2021-07-24 19:18:22 +02:00
commit a56c30b73b
2 changed files with 3 additions and 3 deletions

View file

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