.... adding the most important part would probably help

This commit is contained in:
Dylan K. Taylor 2021-06-12 20:46:53 +01:00
parent 7dcc4891ca
commit 0ebafbd224
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -357,7 +357,7 @@ class Block{
return $this->getDropsForCompatibleTool($item);
}
return [];
return $this->getDropsForIncompatibleTool($item);
}
/**