forked from Hay1tsme/artemis
Fix wrong id being used to check for WORLD'S END charts
This commit is contained in:
parent
090b3148d8
commit
6c98f5f0a7
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user