mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
[Protocol] Add app id checking to valve protocol in gather settings (#87)
This commit is contained in:
parent
071fc367df
commit
b35e52f795
2 changed files with 3 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ fn get_response(
|
|||
}
|
||||
}
|
||||
|
||||
if !is_specified_id {
|
||||
if !is_specified_id && gather_settings.check_app_id {
|
||||
return Err(BadGame.context(format!("AppId: {}", info.appid)));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue