mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-27 06:27:45 +00:00
Actually extract expansion number
This commit is contained in:
parent
2a723f459f
commit
2784935409
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ impl Repository {
|
|||
repo_type = Base;
|
||||
} else {
|
||||
repo_type = Expansion {
|
||||
number: 0
|
||||
number: name[2..3].parse().unwrap()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue