chore: add underscore for pvak2 steam ids

This commit is contained in:
CosminPerRam 2024-04-14 23:16:09 +03:00
parent e9f5e3e5db
commit 8a17bd6345
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ pub static GAMES: Map<&'static str, Game> = phf_map! {
"pixark" => game!("PixARK", 27015, Protocol::Valve(Engine::new(593_600))), "pixark" => game!("PixARK", 27015, Protocol::Valve(Engine::new(593_600))),
"postscriptum" => game!("Post Scriptum", 10037, Protocol::Valve(Engine::new(736_220))), "postscriptum" => game!("Post Scriptum", 10037, Protocol::Valve(Engine::new(736_220))),
"projectzomboid" => game!("Project Zomboid", 16261, Protocol::Valve(Engine::new(108_600))), "projectzomboid" => game!("Project Zomboid", 16261, Protocol::Valve(Engine::new(108_600))),
"pvak2" => game!("Pirates, Vikings, and Knights II", 27015, Protocol::Valve(Engine::new(17570))), "pvak2" => game!("Pirates, Vikings, and Knights II", 27015, Protocol::Valve(Engine::new(17_570))),
"quake1" => game!("Quake 1", 27500, Protocol::Quake(QuakeVersion::One)), "quake1" => game!("Quake 1", 27500, Protocol::Quake(QuakeVersion::One)),
"quake2" => game!("Quake 2", 27910, Protocol::Quake(QuakeVersion::Two)), "quake2" => game!("Quake 2", 27910, Protocol::Quake(QuakeVersion::Two)),
"q3a" => game!("Quake 3 Arena", 27960, Protocol::Quake(QuakeVersion::Three)), "q3a" => game!("Quake 3 Arena", 27960, Protocol::Quake(QuakeVersion::Three)),

View file

@ -163,7 +163,7 @@ game_query_mod!(mordhau, "Mordhau", Engine::new(629_760), 27015);
game_query_mod!( game_query_mod!(
pvak2, pvak2,
"Pirates, Vikings, and Knights II", "Pirates, Vikings, and Knights II",
Engine::new(17570), Engine::new(17_570),
27015 27015
); );
game_query_mod!(pixark, "PixARK", Engine::new(593_600), 27015); game_query_mod!(pixark, "PixARK", Engine::new(593_600), 27015);