diff --git a/src/network/mcpe/handler/InGamePacketHandler.php b/src/network/mcpe/handler/InGamePacketHandler.php index b5990d38f..6aae60745 100644 --- a/src/network/mcpe/handler/InGamePacketHandler.php +++ b/src/network/mcpe/handler/InGamePacketHandler.php @@ -719,6 +719,7 @@ class InGamePacketHandler extends PacketHandler{ case PlayerAction::CREATIVE_PLAYER_DESTROY_BLOCK: //TODO: do we need to handle this? case PlayerAction::PREDICT_DESTROY_BLOCK: + self::validateFacing($face); if(!$this->player->breakBlock($pos)){ $this->syncBlocksNearby($pos, $face); }