From 993af0fa30083f264ef92c75fb4ae020e9acf0b9 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 23 Jun 2017 16:58:28 +0100 Subject: [PATCH] Added build-denied action constant don't need this, but good to have for completion's sake --- src/pocketmine/network/mcpe/protocol/PlayerActionPacket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/network/mcpe/protocol/PlayerActionPacket.php b/src/pocketmine/network/mcpe/protocol/PlayerActionPacket.php index c8d916de1..41ca09c13 100644 --- a/src/pocketmine/network/mcpe/protocol/PlayerActionPacket.php +++ b/src/pocketmine/network/mcpe/protocol/PlayerActionPacket.php @@ -48,7 +48,7 @@ class PlayerActionPacket extends DataPacket{ const ACTION_START_GLIDE = 15; const ACTION_STOP_GLIDE = 16; - + const ACTION_BUILD_DENIED = 17; const ACTION_CONTINUE_BREAK = 18; public $entityRuntimeId;