Added proper arrows and damage

This commit is contained in:
Shoghi Cervantes
2014-08-30 01:22:46 +02:00
parent 7aeacf2705
commit bf839e821c
7 changed files with 329 additions and 14 deletions

View File

@@ -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();
}
//}