merge: Douile fork + local (broken af)

This commit is contained in:
Cain 2024-01-12 07:57:16 +00:00 committed by Douile
parent 8d17ca4e48
commit 49096e46bb
No known key found for this signature in database
GPG key ID: E048586A5FF6585C
9 changed files with 852 additions and 519 deletions

View file

@ -182,9 +182,7 @@ fn main() -> Result<()> {
let ip = resolve_ip_or_domain(&args.ip, &mut extra_options)?;
#[cfg(feature = "packet_capture")]
unsafe {
gamedig::capture::simple_setup_capture(args.capture.clone());
}
gamedig::capture::setup_capture(args.capture);
// Query the server using game definition, parsed IP, and user command line
// flags.