From 1333655d53fa88755d76e09cf775ea65786a7052 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Sun, 7 Jan 2024 23:22:17 +0200 Subject: [PATCH] fix(games): atlas definitions steam app id --- crates/lib/src/games/definitions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/src/games/definitions.rs b/crates/lib/src/games/definitions.rs index ea997ca..69ff791 100644 --- a/crates/lib/src/games/definitions.rs +++ b/crates/lib/src/games/definitions.rs @@ -44,7 +44,7 @@ pub static GAMES: Map<&'static str, Game> = phf_map! { "a2oa" => game!("ARMA 2: Operation Arrowhead", 2304, Protocol::Valve(Engine::new(33930))), "ase" => game!("ARK: Survival Evolved", 27015, Protocol::Valve(Engine::new(346_110))), "asrd" => game!("Alien Swarm: Reactive Drop", 2304, Protocol::Valve(Engine::new(563_560))), - "atlas" => game!("ATLAS", 57561, Protocol::Valve(Engine::new(563_560))), //game_query_mod!(atlas, "ATLAS", Engine::new(834_910), 57561); + "atlas" => game!("ATLAS", 57561, Protocol::Valve(Engine::new(834_910))), "avorion" => game!("Avorion", 27020, Protocol::Valve(Engine::new(445_220))), "barotrauma" => game!("Barotrauma", 27016, Protocol::Valve(Engine::new(602_960))), "battalion1944" => game!("Battalion 1944", 7780, Protocol::Valve(Engine::new(489_940))),