Updated all undefined constants/classes, place resent packets to the recovery queue for NACK

This commit is contained in:
Shoghi Cervantes
2014-03-13 10:48:33 +01:00
parent 3c3b346fd3
commit b24120a863
80 changed files with 347 additions and 324 deletions

View File

@ -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();