mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
chore(format): with new config
This commit is contained in:
parent
0a7ba6848e
commit
8160a866b0
4 changed files with 9 additions and 10 deletions
|
|
@ -40,7 +40,7 @@ pub fn query_with_timeout(
|
|||
let environment_type = Environment::from_gldsrc(buffer.read::<u8>()?)?;
|
||||
let has_password = buffer.read::<u8>()? == 1;
|
||||
let vac_secured = buffer.read::<u8>()? == 1;
|
||||
buffer.move_cursor(1)?; //average fps
|
||||
buffer.move_cursor(1)?; // average fps
|
||||
let round = buffer.read::<u8>()?;
|
||||
let rounds_maximum = buffer.read::<u8>()?;
|
||||
let time_left = buffer.read::<u16>()?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue