Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions parser/chu/UgcParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ private void ParseHeaderLine(string line, ChuChart chart, List<Alert> alerts, in
case "@JACKET": case "@BGIMG": case "@BGMODE": case "@FLDCOL": case "@FLDIMG":
case "@FLAG": case "@ATINFO": case "@DLURL": case "@COPYRIGHT": case "@LICENSE":
case "@MAINTIL": case "@TIL":
case "@MAINBPM": case "@USETIL": case "@ENDHEAD":
case "@BGSCENE": case "@FLDSCENE": case "@RLDATE": case "@CMT":
Comment thread
Starrah marked this conversation as resolved.
Outdated
break;

case "@SPDMOD":
Expand Down