Lua Console - don't stop scripts on restart

This commit is contained in:
adelikat 2013-11-25 23:45:59 +00:00
parent af6369e14c
commit d33d515ae9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ namespace BizHawk.Client.EmuHawk
public void Restart()
{
_luaList.StopAllScripts();
UpdateDialog();
}
public void LoadLuaFile(string path)