diff options
author | madmaxoft <github@xoft.cz> | 2014-01-24 08:59:21 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-24 08:59:21 +0100 |
commit | ebc3f6aa28cae2510efa4d5de9562d24e6d8e96a (patch) | |
tree | ca6f0d32c366eac9575cfdf4f2b2e39c4e54930d | |
parent | Merge remote-tracking branch 'MikeHunsinger/master' (diff) | |
download | cuberite-ebc3f6aa28cae2510efa4d5de9562d24e6d8e96a.tar cuberite-ebc3f6aa28cae2510efa4d5de9562d24e6d8e96a.tar.gz cuberite-ebc3f6aa28cae2510efa4d5de9562d24e6d8e96a.tar.bz2 cuberite-ebc3f6aa28cae2510efa4d5de9562d24e6d8e96a.tar.lz cuberite-ebc3f6aa28cae2510efa4d5de9562d24e6d8e96a.tar.xz cuberite-ebc3f6aa28cae2510efa4d5de9562d24e6d8e96a.tar.zst cuberite-ebc3f6aa28cae2510efa4d5de9562d24e6d8e96a.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 ad2a87ed6..82d5bb390 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 } |