Make lua files run again
This commit is contained in:
parent
ca47082737
commit
22f0b358aa
|
@ -110,8 +110,8 @@ namespace BizHawk.MultiClient
|
||||||
isRunning = true;
|
isRunning = true;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
//if (LuaThread != null)
|
if (LuaThread != null)
|
||||||
// lua.DoFile(F);
|
lua.DoFile(F);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue