diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-01-18 19:28:27 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-01-18 19:28:27 +0100 |
commit | 7632b5ed62100bbecbda51699f5bcfb6bef24294 (patch) | |
tree | 802f3a7d36949a47b5ddff420cf4e166aa498c30 /source/PluginManager.h | |
parent | Added Handy plugin (diff) | |
download | cuberite-7632b5ed62100bbecbda51699f5bcfb6bef24294.tar cuberite-7632b5ed62100bbecbda51699f5bcfb6bef24294.tar.gz cuberite-7632b5ed62100bbecbda51699f5bcfb6bef24294.tar.bz2 cuberite-7632b5ed62100bbecbda51699f5bcfb6bef24294.tar.lz cuberite-7632b5ed62100bbecbda51699f5bcfb6bef24294.tar.xz cuberite-7632b5ed62100bbecbda51699f5bcfb6bef24294.tar.zst cuberite-7632b5ed62100bbecbda51699f5bcfb6bef24294.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 8a095aba7..7c77c34d6 100644 --- a/source/PluginManager.h +++ b/source/PluginManager.h @@ -63,7 +63,7 @@ public: // tolua_export HOOK_PLAYER_MOVED, HOOK_PLAYER_PLACED_BLOCK, HOOK_PLAYER_PLACING_BLOCK, - HOOK_PLAYER_RIGHTCLICK, + HOOK_PLAYER_RIGHT_CLICK, HOOK_PLAYER_SHOOTING, HOOK_PLAYER_SPAWNED, HOOK_PLAYER_TOSSING_ITEM, |