Fixed the drops screens not using their correct game

master
Wynd 2025-07-14 22:59:02 +03:00
parent 1d1b3c02dd
commit 020ce8fafe
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ impl Drops {
let material_kinds = drops let material_kinds = drops
.iter() .iter()
.map(|d| d.category.get_category(&Game::Kh1)) .map(|d| d.category.get_category(&game))
.dedup() .dedup()
.collect::<Vec<_>>(); .collect::<Vec<_>>();