mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-07-29 06:17:43 -05:00
MUSECA plus: fix read script
This commit is contained in:
parent
e70b74f21a
commit
5522b80994
|
|
@ -2839,7 +2839,7 @@ class ImportMuseca(ImportBase):
|
|||
no_combine: bool,
|
||||
update: bool,
|
||||
) -> None:
|
||||
if version in ['1', '1+1/2']:
|
||||
if version in ['1', '1+1/2', 'plus']:
|
||||
actual_version = {
|
||||
'1': VersionConstants.MUSECA,
|
||||
'1+1/2': VersionConstants.MUSECA_1_PLUS,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user