diff options
author | madmaxoft <github@xoft.cz> | 2013-08-19 09:39:18 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-19 09:39:18 +0200 |
commit | 493100bdb0f78073fb9377a5ff09756877b199ac (patch) | |
tree | 4bfabd654c28c51426e4565e1e7a4c19edfca66d /source/PluginManager.h | |
parent | Implemented the OnWorldTick hook. (diff) | |
download | cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar.gz cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar.bz2 cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar.lz cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar.xz cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.tar.zst cuberite-493100bdb0f78073fb9377a5ff09756877b199ac.zip |
Diffstat (limited to '')
-rw-r--r-- | source/PluginManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/PluginManager.h b/source/PluginManager.h index 290737461..0933d389f 100644 --- a/source/PluginManager.h +++ b/source/PluginManager.h @@ -109,7 +109,7 @@ public: // tolua_export HOOK_WORLD_TICK, // Note that if a hook type is added, it may need processing in cPlugin::CanAddHook() descendants, - // and it definitely needs adding in cPlugin_NewLua::GetHookFnName() ! + // and it definitely needs adding in cPluginLua::GetHookFnName() ! } ; // tolua_end |