mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
fix: aliens vs predator specify year as there is also an older game not to be confused with
This commit is contained in:
parent
4df721e3b6
commit
462677f928
4 changed files with 9 additions and 4 deletions
|
|
@ -37,7 +37,12 @@ game_query_mod!(
|
|||
Engine::new(296_300),
|
||||
27016
|
||||
);
|
||||
game_query_mod!(avp, "Aliens vs. Predator", Engine::new(10_680), 27015);
|
||||
game_query_mod!(
|
||||
avp2010,
|
||||
"Aliens vs. Predator 2010",
|
||||
Engine::new(10_680),
|
||||
27015
|
||||
);
|
||||
game_query_mod!(barotrauma, "Barotrauma", Engine::new(602_960), 27016);
|
||||
game_query_mod!(blackmesa, "Black Mesa", Engine::new(362_890), 27015);
|
||||
game_query_mod!(brainbread2, "BrainBread 2", Engine::new(346_330), 27015);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue