Skip to content

Commit

Permalink
fix: Change the app id for "The Forest" so it doesn't fail (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
cainthebest authored Nov 25, 2024
2 parents f66b33f + a2fe00e commit 8fab167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lib/src/games/definitions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub static GAMES: Map<&'static str, Game> = phf_map! {
"soulmask" => game!("Soulmask", 27015, Protocol::Valve(Engine::new(2_646_460))),
"serioussam" => game!("Serious Sam", 25601, Protocol::Gamespy(GameSpyVersion::One)),
"squad" => game!("Squad", 27165, Protocol::Valve(Engine::new(393_380))),
"theforest" => game!("The Forest", 27016, Protocol::Valve(Engine::new(556_450))),
"theforest" => game!("The Forest", 27016, Protocol::Valve(Engine::new_with_dedicated(242_760, 556_450))),
"thefront" => game!("The Front", 27015, Protocol::Valve(Engine::new(2_285_150))),
"teamfortress2" => game!("Team Fortress 2", 27015, Protocol::Valve(Engine::new(440))),
"tfc" => game!("Team Fortress Classic", 27015, Protocol::Valve(Engine::new_gold_src(false))),
Expand Down

0 comments on commit 8fab167

Please sign in to comment.