From f9008a4860dc9af9ca2e2ceb643064745269dcec Mon Sep 17 00:00:00 2001 From: Gargaj Date: Tue, 1 Dec 2015 23:12:44 +0100 Subject: allow use failures to propagate from the entity/block to the player --- Server/Plugins/APIDump/Hooks/OnPlayerUsingBlock.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Server/Plugins/APIDump/Hooks/OnPlayerUsingBlock.lua') diff --git a/Server/Plugins/APIDump/Hooks/OnPlayerUsingBlock.lua b/Server/Plugins/APIDump/Hooks/OnPlayerUsingBlock.lua index b4ecb5ca1..3c496cfb1 100644 --- a/Server/Plugins/APIDump/Hooks/OnPlayerUsingBlock.lua +++ b/Server/Plugins/APIDump/Hooks/OnPlayerUsingBlock.lua @@ -35,7 +35,8 @@ return Returns = [[ If the function returns false or no value, other plugins' callbacks are called and then Cuberite processes the interaction. If the function returns true, no other callbacks are called for this - event and the interaction is silently dropped. + event and the block is treated like any other block (i.e. if it's possible to place a torch on, + it will be placed, and so on.) ]], }, -- HOOK_PLAYER_USING_BLOCK } -- cgit v1.2.3