diff options
author | madmaxoft <github@xoft.cz> | 2013-08-07 14:33:16 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-07 14:33:16 +0200 |
commit | 10b8ee74413ccb7b84e22a0852cb4273b5ef2a80 (patch) | |
tree | c26491b3fa208f337bab82943d11b05af49213da /source/Plugin_NewLua.cpp | |
parent | LuaScript: removed unused code (diff) | |
download | cuberite-10b8ee74413ccb7b84e22a0852cb4273b5ef2a80.tar cuberite-10b8ee74413ccb7b84e22a0852cb4273b5ef2a80.tar.gz cuberite-10b8ee74413ccb7b84e22a0852cb4273b5ef2a80.tar.bz2 cuberite-10b8ee74413ccb7b84e22a0852cb4273b5ef2a80.tar.lz cuberite-10b8ee74413ccb7b84e22a0852cb4273b5ef2a80.tar.xz cuberite-10b8ee74413ccb7b84e22a0852cb4273b5ef2a80.tar.zst cuberite-10b8ee74413ccb7b84e22a0852cb4273b5ef2a80.zip |
Diffstat (limited to 'source/Plugin_NewLua.cpp')
-rw-r--r-- | source/Plugin_NewLua.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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())) { } |