From 10b8ee74413ccb7b84e22a0852cb4273b5ef2a80 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Wed, 7 Aug 2013 14:33:16 +0200 Subject: Plugin: Fixed plugin name in the cLuaState's subsystem --- source/Plugin_NewLua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Plugin_NewLua.cpp') diff --git a/source/Plugin_NewLua.cpp b/source/Plugin_NewLua.cpp index b3dac7912..704bb3a95 100644 --- a/source/Plugin_NewLua.cpp +++ b/source/Plugin_NewLua.cpp @@ -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())) { } -- cgit v1.2.3