mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Updated all undefined constants/classes, place resent packets to the recovery queue for NACK
This commit is contained in:
@ -60,7 +60,7 @@ class StoneBricks extends Solid{
|
||||
public function getDrops(Item $item, PocketMine\Player $player){
|
||||
if($item->isPickaxe() >= 1){
|
||||
return array(
|
||||
array(STONE_BRICKS, $this->meta & 0x03, 1),
|
||||
array(Item::STONE_BRICKS, $this->meta & 0x03, 1),
|
||||
);
|
||||
} else{
|
||||
return array();
|
||||
|
Reference in New Issue
Block a user