Lua Writer - when file is saved it is a recent lua file not a recent watch file!
This commit is contained in:
parent
6053d1bf89
commit
39b891c824
|
@ -562,7 +562,7 @@ namespace BizHawk.MultiClient
|
|||
CurrentFile = file.FullName;
|
||||
SaveScript();
|
||||
MessageLabel.Text = Path.GetFileName(CurrentFile) + " saved.";
|
||||
Global.Config.RecentWatches.Add(file.FullName);
|
||||
Global.Config.RecentLua.Add(file.FullName);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue