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))
|
if (!m_LuaState.LoadFile(Path))
|
||||||
{
|
{
|
||||||
SetLoadError("Failed to load file Info.lua.");
|
SetLoadError("Failed to load file Info.lua.");
|
||||||
m_Status = cPluginManager::psError;
|
|
||||||
Close();
|
Close();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user