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