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