From 0ebafbd2247c831cdc3ee54a62260ff0c4a3e9de Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 12 Jun 2021 20:46:53 +0100 Subject: [PATCH] .... adding the most important part would probably help --- src/block/Block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /**