1
0
forked from akanyan/mu3-mods

fix: various fixes

This commit is contained in:
2024-12-28 01:19:11 +00:00
parent 4f0cf6b327
commit afb872375d
6 changed files with 15 additions and 14 deletions

View File

@ -52,7 +52,7 @@ class patch_UserDetail: UserDetail {
try {
File.WriteAllText(path, entries.Aggregate("", (acc, s) => acc + s + "\n").Trim());
} catch(Exception e) {
UnityEngine.Debug.Log("Unable to write tab selection: " + e.ToString());
UnityEngine.Debug.Log("[SortByInternal] Unable to write tab selection: " + e.ToString());
}
}