From 7632b5ed62100bbecbda51699f5bcfb6bef24294 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 18 Jan 2013 18:28:27 +0000 Subject: Renamed rclk hook to HOOK_PLAYER_RIGHT_CLICK. http://forum.mc-server.org/showthread.php?tid=464&pid=6163#pid6163 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1158 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/PluginManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/PluginManager.h') 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, -- cgit v1.2.3