mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Changed The Forest default port to 27016.
This commit is contained in:
parent
d086d49cdc
commit
8c5ac24468
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ use crate::protocols::valve::{game, SteamID};
|
||||||
|
|
||||||
pub fn query(address: &str, port: Option<u16>) -> GDResult<game::Response> {
|
pub fn query(address: &str, port: Option<u16>) -> GDResult<game::Response> {
|
||||||
let valve_response = valve::query(address, match port {
|
let valve_response = valve::query(address, match port {
|
||||||
None => 27015,
|
None => 27016,
|
||||||
Some(port) => port
|
Some(port) => port
|
||||||
}, SteamID::TF.as_app(), None, None)?;
|
}, SteamID::TF.as_app(), None, None)?;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue