diff options
author | Mike Hunsinger <mike.hunsinger@gmail.com> | 2014-01-24 04:01:08 +0100 |
---|---|---|
committer | Mike Hunsinger <mike.hunsinger@gmail.com> | 2014-01-24 04:01:08 +0100 |
commit | 9926ea58e841af94ded4ea55e409020c732f6cb7 (patch) | |
tree | 563edff908999ed3b4a6736fc6315dda7b45c823 /MCServer/Plugins/APIDump/Hooks | |
parent | Fixed spacing and doxycomments. (diff) | |
download | cuberite-9926ea58e841af94ded4ea55e409020c732f6cb7.tar cuberite-9926ea58e841af94ded4ea55e409020c732f6cb7.tar.gz cuberite-9926ea58e841af94ded4ea55e409020c732f6cb7.tar.bz2 cuberite-9926ea58e841af94ded4ea55e409020c732f6cb7.tar.lz cuberite-9926ea58e841af94ded4ea55e409020c732f6cb7.tar.xz cuberite-9926ea58e841af94ded4ea55e409020c732f6cb7.tar.zst cuberite-9926ea58e841af94ded4ea55e409020c732f6cb7.zip |
Diffstat (limited to '')
-rw-r--r-- | MCServer/Plugins/APIDump/Hooks/OnPlayerTossingItem.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnPlayerTossingItem.lua b/MCServer/Plugins/APIDump/Hooks/OnPlayerTossingItem.lua index 48aac2aa0..ad2a87ed6 100644 --- a/MCServer/Plugins/APIDump/Hooks/OnPlayerTossingItem.lua +++ b/MCServer/Plugins/APIDump/Hooks/OnPlayerTossingItem.lua @@ -19,8 +19,8 @@ return Returns = [[ If the function returns false or no value, other plugins' callbacks are called and finally MCServer creates the pickup for the item and tosses it, using {{cPlayer}}:TossHeldItem, {{cPlayer}}:TossEquippedItem, - or {{cPlayer}}:TossPickup. If the function returns true, no other callbacks are called for this event - and MCServer doesn't toss the item. + or {{cPlayer}}:TossPickup. If the function returns true, no other callbacks are called for this event + and MCServer doesn't toss the item. ]], }, -- HOOK_PLAYER_TOSSING_ITEM } |