luainstance: the name is "Lua", not "LUA"

This commit is contained in:
Stefan Seyfried
2013-03-18 16:10:01 +01:00
committed by M. Liebmann
parent f26357e887
commit 4d7e07f81f
3 changed files with 26 additions and 26 deletions

View File

@@ -354,7 +354,7 @@ void CPlugins::startLuaPlugin(int number)
script, plugin_list[number].cfgfile.c_str());
return;
}
CLUAInstance *lua = new CLUAInstance();
CLuaInstance *lua = new CLuaInstance();
lua->runScript(script);
delete lua;
}