Lua - fix exception when attempting to close a lua script
This commit is contained in:
parent
0f92deb140
commit
98938de0c2
|
@ -31,7 +31,7 @@ namespace BizHawk.MultiClient
|
|||
|
||||
public void Close()
|
||||
{
|
||||
lua.Close();
|
||||
lua = new Lua();
|
||||
LuaKillThread();
|
||||
LuaWait.Dispose();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue