mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Error handling and better structure
This commit is contained in:
parent
544ce897c5
commit
9ab4b8a7fd
4 changed files with 64 additions and 48 deletions
|
|
@ -8,6 +8,6 @@ impl TF2 {
|
|||
ValveProtocol::query(App::TF2, address, match port {
|
||||
None => 27015,
|
||||
Some(port) => port
|
||||
})
|
||||
}, true, true)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue