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

@ -21,7 +21,7 @@ class patch_OperationManager: OperationManager {
try {
File.WriteAllText(_fileName, MovieIndex.ToString());
} catch(Exception ex) {
Debug.Log("Unable to write attract selection: " + ex);
Debug.Log("[AttractVideoPlayer] Unable to write: " + ex);
}
}
get {