1
0
forked from akanyan/mu3-mods

fix(SortByInternal): better title

This commit is contained in:
2024-07-06 03:39:19 +09:00
parent 8a66b8becd
commit af15a4410a
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ public static class patch_MusicSort2IDEnum {
public static bool loadFromFile(string filename) {
var rv = orig_loadFromFile(filename);
records[4].Name = "インターナル";
records[4].Name = "譜面定数";
return rv;
}
}