mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-04 14:47:29 +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:
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user