mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-12 10:47:28 +08:00
Fix wrong id being used to check for WORLD'S END charts
This commit is contained in:
@@ -170,7 +170,7 @@ class ChuniReader(BaseReader):
|
|||||||
|
|
||||||
if fumen_path is not None:
|
if fumen_path is not None:
|
||||||
chart_id = MusicFumenData.find("type").find("id").text
|
chart_id = MusicFumenData.find("type").find("id").text
|
||||||
if chart_id == "4":
|
if chart_id == "5":
|
||||||
level = float(xml_root.find("starDifType").text)
|
level = float(xml_root.find("starDifType").text)
|
||||||
we_chara = (
|
we_chara = (
|
||||||
xml_root.find("worldsEndTagName")
|
xml_root.find("worldsEndTagName")
|
||||||
|
|||||||
Reference in New Issue
Block a user