1
Fork 0
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:
Joshua Goins 2022-08-09 22:31:48 -04:00
parent 2a723f459f
commit 2784935409

View file

@ -139,7 +139,7 @@ impl Repository {
repo_type = Base; repo_type = Base;
} else { } else {
repo_type = Expansion { repo_type = Expansion {
number: 0 number: name[2..3].parse().unwrap()
} }
} }