From 5522b80994f5a30bd91f207f668cb88c919afbbb Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 21 Dec 2020 15:05:21 +0000 Subject: [PATCH] MUSECA plus: fix read script --- bemani/utils/read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bemani/utils/read.py b/bemani/utils/read.py index 0c438df..4393380 100644 --- a/bemani/utils/read.py +++ b/bemani/utils/read.py @@ -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,