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

@ -47,7 +47,7 @@ class DiamondOre extends Solid{
public function getDrops(Item $item, PocketMine\Player $player){
if($item->isPickaxe() >= 4){
return array(
array(DIAMOND, 0, 1),
array(Item::DIAMOND, 0, 1),
);
} else{
return array();