mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Improved checks, area collision checks, etc
This commit is contained in:
@ -149,7 +149,7 @@ abstract class Stair extends Transparent{
|
||||
public function getDrops(Item $item){
|
||||
if($item->isPickaxe() >= 1){
|
||||
return [
|
||||
[$this->id, 0, 1],
|
||||
[$this->getId(), 0, 1],
|
||||
];
|
||||
}else{
|
||||
return [];
|
||||
|
Reference in New Issue
Block a user