1
0
Fork 0

PluginLua: Removed unneeded assignment.

Duplicated in SetLoadError().
This commit is contained in:
Mattes D 2016-09-05 15:05:25 +02:00
parent d273c9bad3
commit 08110ae91b
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}