mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
.... adding the most important part would probably help
This commit is contained in:
@ -357,7 +357,7 @@ class Block{
|
||||
return $this->getDropsForCompatibleTool($item);
|
||||
}
|
||||
|
||||
return [];
|
||||
return $this->getDropsForIncompatibleTool($item);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user