diff options
author | Mattes D <github@xoft.cz> | 2016-01-01 21:05:09 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-01-01 21:05:09 +0100 |
commit | 80e1eb37ddfcbd224fe1d3491201ba8db3e1114f (patch) | |
tree | 436ba0fe305343c808b7078b5106981be9b00802 /Server/Plugins/HookNotify | |
parent | Merge pull request #2838 from cuberite/clang-3.8-ignore-flag (diff) | |
download | cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.gz cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.bz2 cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.lz cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.xz cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.tar.zst cuberite-80e1eb37ddfcbd224fe1d3491201ba8db3e1114f.zip |
Diffstat (limited to 'Server/Plugins/HookNotify')
-rw-r--r-- | Server/Plugins/HookNotify/HookNotify.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Server/Plugins/HookNotify/HookNotify.lua b/Server/Plugins/HookNotify/HookNotify.lua index 411dbebbd..33b1a80a8 100644 --- a/Server/Plugins/HookNotify/HookNotify.lua +++ b/Server/Plugins/HookNotify/HookNotify.lua @@ -5,7 +5,7 @@ Implements the entire plugin NOTE: This plugin is not meant for production servers. It is used mainly by developers to verify that things -are working properly when implementing MCServer features. Do not enable this plugin on production servers! +are working properly when implementing Cuberite features. Do not enable this plugin on production servers! This plugin logs a notification for each hook that is being called by the server. The TICK and WORLD_TICK hooks are disabled because they produce too much output. |