chore(format): with new config

This commit is contained in:
Cain 2025-04-20 23:06:55 +01:00
parent 0a7ba6848e
commit 8160a866b0
4 changed files with 9 additions and 10 deletions

View file

@ -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>()?;