mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Fixed #1213
This commit is contained in:
@@ -24,7 +24,7 @@ namespace pocketmine\item;
|
||||
|
||||
class StoneAxe extends Tool{
|
||||
public function __construct($meta = 0, $count = 1){
|
||||
parent::__construct(self::STONE_AXE, 0, $count, "Stone Axe");
|
||||
parent::__construct(self::STONE_AXE, $meta, $count, "Stone Axe");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user