mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
Added proper arrows and damage
This commit is contained in:
@@ -1545,7 +1545,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
|
||||
new Float("", $this->pitch)
|
||||
]),
|
||||
]);
|
||||
$arrow = new Arrow($this->chunk, $nbt);
|
||||
$arrow = new Arrow($this->chunk, $nbt, $this);
|
||||
$arrow->spawnToAll();
|
||||
}
|
||||
//}
|
||||
|
Reference in New Issue
Block a user