summaryrefslogtreecommitdiffstats
path: root/MCServer
diff options
context:
space:
mode:
authorMike Hunsinger <mike.hunsinger@gmail.com>2014-01-24 03:54:00 +0100
committerMike Hunsinger <mike.hunsinger@gmail.com>2014-01-24 03:54:00 +0100
commit11948b1d4b98e0147217eef2928a2391c2d8e958 (patch)
tree1d9e526f979f9e15e09331e688a740abae7c1a2d /MCServer
parentRemoved extra line (diff)
downloadcuberite-11948b1d4b98e0147217eef2928a2391c2d8e958.tar
cuberite-11948b1d4b98e0147217eef2928a2391c2d8e958.tar.gz
cuberite-11948b1d4b98e0147217eef2928a2391c2d8e958.tar.bz2
cuberite-11948b1d4b98e0147217eef2928a2391c2d8e958.tar.lz
cuberite-11948b1d4b98e0147217eef2928a2391c2d8e958.tar.xz
cuberite-11948b1d4b98e0147217eef2928a2391c2d8e958.tar.zst
cuberite-11948b1d4b98e0147217eef2928a2391c2d8e958.zip
Diffstat (limited to 'MCServer')
-rw-r--r--MCServer/Plugins/APIDump/Hooks/OnPlayerTossingItem.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnPlayerTossingItem.lua b/MCServer/Plugins/APIDump/Hooks/OnPlayerTossingItem.lua
index 2b65294ef..48aac2aa0 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
}