Skip to content

Commit

Permalink
fix(crate): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Jan 7, 2024
1 parent 109a3db commit c71e783
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions crates/lib/src/games/valve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ game_query_mod!(
);
game_query_mod!(alienswarm, "Alien Swarm", Engine::new(630), 27015);
game_query_mod!(aoc, "Age of Chivalry", Engine::new(17510), 27015);
game_query_mod!(aapg, "America's Army: Proving Grounds", Engine::new(203_290), 27020, GatheringSettings {
game_query_mod!(
aapg,
"America's Army: Proving Grounds",
Engine::new(203_290),
27020,
GatheringSettings {
players: true,
rules: false,
check_app_id: true,
});
}
);
game_query_mod!(ase, "ARK: Survival Evolved", Engine::new(346_110), 27015);
game_query_mod!(
asrd,
Expand Down

0 comments on commit c71e783

Please sign in to comment.