mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-23 21:17:45 +00:00
Allow GameData::read_excel_sheet to fial
This commit is contained in:
parent
49ed178bb2
commit
22b645ec3b
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ impl GameData {
|
||||||
EXD::calculate_filename(name, language, &exh.pages[page])
|
EXD::calculate_filename(name, language, &exh.pages[page])
|
||||||
);
|
);
|
||||||
|
|
||||||
let exd_file = self.extract(&exd_path).unwrap();
|
let exd_file = self.extract(&exd_path)?;
|
||||||
|
|
||||||
EXD::from_existing(exh, &exd_file)
|
EXD::from_existing(exh, &exd_file)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue