mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
merge: Douile fork + local (broken af)
This commit is contained in:
parent
8d17ca4e48
commit
49096e46bb
9 changed files with 852 additions and 519 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue