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:
parent
219ad610a5
commit
a56c30b73b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -79,9 +79,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bitbuffer"
|
name = "bitbuffer"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1e1dc2ea53de9c6c441eeadcfc64a4275206ac96ef865ff6c6147f7e6395fb24"
|
checksum = "ecda732bb39816e05e1d037def865ab8744579ffd53aa7586a17eb0bc7492170"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitbuffer_derive",
|
"bitbuffer_derive",
|
||||||
"err-derive",
|
"err-derive",
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ pub struct ServerInfoMessage {
|
||||||
pub dedicated: bool,
|
pub dedicated: bool,
|
||||||
pub max_crc: u32,
|
pub max_crc: u32,
|
||||||
pub max_classes: u16,
|
pub max_classes: u16,
|
||||||
pub map_hash: u128,
|
pub map_hash: [u8; 16],
|
||||||
pub player_count: u8,
|
pub player_count: u8,
|
||||||
pub max_player_count: u8,
|
pub max_player_count: u8,
|
||||||
pub interval_per_tick: f32,
|
pub interval_per_tick: f32,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue