Script: Fixed with DynamicVariables

This commit is contained in:
Birunthan Mohanathas 2012-10-07 22:42:20 +03:00
parent ba0b1e9129
commit 7348f5eb6e

View File

@ -169,6 +169,11 @@ void CMeasureScript::ReadOptions(CConfigParser& parser, const WCHAR* section)
return;
}
}
else if (m_LuaScript.IsInitialized())
{
// Already initialized.
return;
}
}
LogWithArgs(LOG_ERROR, L"Script: File not valid in [%s]", m_Name.c_str());