PluginLua: Removed unneeded assignment.
Duplicated in SetLoadError().
This commit is contained in:
parent
d273c9bad3
commit
08110ae91b
@ -150,7 +150,6 @@ bool cPluginLua::Load(void)
|
||||
if (!m_LuaState.LoadFile(Path))
|
||||
{
|
||||
SetLoadError("Failed to load file Info.lua.");
|
||||
m_Status = cPluginManager::psError;
|
||||
Close();
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user