Make lua files run again

This commit is contained in:
adelikat 2012-03-12 01:57:38 +00:00
parent ca47082737
commit 22f0b358aa
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ namespace BizHawk.MultiClient
isRunning = true;
try
{
//if (LuaThread != null)
// lua.DoFile(F);
if (LuaThread != null)
lua.DoFile(F);
}
catch (Exception e)
{