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