mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 16:51:42 +00:00
.... adding the most important part would probably help
This commit is contained in:
parent
7dcc4891ca
commit
0ebafbd224
@ -357,7 +357,7 @@ class Block{
|
||||
return $this->getDropsForCompatibleTool($item);
|
||||
}
|
||||
|
||||
return [];
|
||||
return $this->getDropsForIncompatibleTool($item);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user