diff options
Diffstat (limited to 'source/PluginManager.h')
-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 |