Lua - fix exception when attempting to close a lua script

This commit is contained in:
adelikat 2012-03-07 00:58:41 +00:00
parent 0f92deb140
commit 98938de0c2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace BizHawk.MultiClient
public void Close()
{
lua.Close();
lua = new Lua();
LuaKillThread();
LuaWait.Dispose();
}