1
0
Fork 0

Fix wrong id being used to check for WORLD'S END charts

This commit is contained in:
ASleepyCat 2023-08-14 21:53:54 +10:00
parent 090b3148d8
commit 6c98f5f0a7
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class ChuniReader(BaseReader):
if fumen_path is not None:
chart_id = MusicFumenData.find("type").find("id").text
if chart_id == "4":
if chart_id == "5":
level = float(xml_root.find("starDifType").text)
we_chara = (
xml_root.find("worldsEndTagName")