diff --git a/src/block/Block.php b/src/block/Block.php index 0657c94b3..16056eb58 100644 --- a/src/block/Block.php +++ b/src/block/Block.php @@ -357,7 +357,7 @@ class Block{ return $this->getDropsForCompatibleTool($item); } - return []; + return $this->getDropsForIncompatibleTool($item); } /**