Skip to content

Commit

Permalink
Ikkoku/clean: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MIRIMIRIM committed Apr 4, 2024
1 parent a5e622e commit 04cafa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Ikkoku/src/SubtileProcess/Clean.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ public static void CleanAss(AssData data, ReadOnlySpan<char> assFileName, CleanA
if (k == "Comment" && v.StartsWith("Processed by 繁化姬"))
{
data.ScriptInfo.Others.Remove(k);
records.Append(" remove Fanhuaji info;");
break;
}
}
}
Expand Down

0 comments on commit 04cafa3

Please sign in to comment.