Error handling and better structure

This commit is contained in:
CosminPerRam 2022-10-17 23:22:46 +03:00
parent 544ce897c5
commit 9ab4b8a7fd
4 changed files with 64 additions and 48 deletions

View file

@ -8,6 +8,6 @@ impl TF2 {
ValveProtocol::query(App::TF2, address, match port {
None => 27015,
Some(port) => port
})
}, true, true)
}
}