mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed bows not getting damaged
This commit is contained in:
@ -24,7 +24,7 @@ namespace pocketmine\item;
|
||||
|
||||
class Bow extends Tool{
|
||||
public function __construct($meta = 0, $count = 1){
|
||||
parent::__construct(self::BOW, 0, $count, "Bow");
|
||||
parent::__construct(self::BOW, $meta, $count, "Bow");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user