Skip to content

Commit 54bc9f4

Browse files
committed
[F] 不要屏蔽本应出现的警告
1 parent d92a9e3 commit 54bc9f4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

parser/chu/UgcParser.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,6 @@ private static int ParseNoteLine(string[] lines, int idx, ChuChart chart, List<A
239239
if (line.StartsWith('\'') || line.StartsWith('@'))
240240
return idx;
241241

242-
// standalone follower line: silently skip (will be attached by parent or ignored)
243-
if (line.StartsWith('#') && !line.Contains(':') && (line.Contains(">s") || line.Contains(">c")))
244-
return idx;
245-
246242
var colonIdx = line.IndexOf(':');
247243
if (colonIdx < 0)
248244
{

0 commit comments

Comments
 (0)