importer fix + extras

This commit is contained in:
Keeboy99
2026-01-29 11:43:10 +13:00
parent d91c21d047
commit 04019da9ac
2 changed files with 10 additions and 3 deletions

View File

@@ -69,7 +69,8 @@ class ChuniReader(BaseReader):
await self.read_system_voice(f"{dir}/systemVoice", this_opt_id)
await self.read_unlock_challenge(f"{dir}/unlockChallenge")
await self.read_linked_verse(f"{dir}/linkedVerse")
await self.read_stage(f"{dir}/stage", this_opt_id)
if self.version >= ChuniConstants.VER_CHUNITHM_X_VERSE:
await self.read_stage(f"{dir}/stage", this_opt_id)
async def read_login_bonus(self, root_dir: str, opt_id: Optional[int] = None) -> None:
for root, dirs, files in walk(f"{root_dir}loginBonusPreset"):