Plugin: Fixed plugin name in the cLuaState's subsystem
parent
29b9fb0a8b
commit
10b8ee7441
|
@ -21,7 +21,7 @@ extern "C"
|
|||
|
||||
cPlugin_NewLua::cPlugin_NewLua(const AString & a_PluginDirectory) :
|
||||
cPlugin(a_PluginDirectory),
|
||||
m_LuaState(Printf("plugin %s", GetName().c_str()))
|
||||
m_LuaState(Printf("plugin %s", a_PluginDirectory.c_str()))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue