forked from akanyan/mu3-mods
fix(SortByInternal): better title
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user