summaryrefslogtreecommitdiffstats
path: root/source/PluginManager.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-19 09:39:18 +0200
committermadmaxoft <github@xoft.cz>2013-08-19 09:39:18 +0200
commit493100bdb0f78073fb9377a5ff09756877b199ac (patch)
tree4bfabd654c28c51426e4565e1e7a4c19edfca66d /source/PluginManager.h
parentImplemented the OnWorldTick hook. (diff)
downloadcuberite-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 'source/PluginManager.h')
-rw-r--r--source/PluginManager.h2
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