This commit is contained in:
Shoghi Cervantes
2014-06-16 23:00:54 +02:00
parent 77e914238c
commit 169c55443a
27 changed files with 56 additions and 25 deletions

View File

@ -24,7 +24,7 @@ namespace pocketmine\item;
class WoodenPickaxe extends Tool{
public function __construct($meta = 0, $count = 1){
parent::__construct(self::WOODEN_PICKAXE, 0, $count, "Wooden Pickaxe");
parent::__construct(self::WOODEN_PICKAXE, $meta, $count, "Wooden Pickaxe");
}
}