mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Merge commit 'a2543ff80d2906bccda1a4e2fdbd9d8e7d147fb3'
This commit is contained in:
@ -105,7 +105,7 @@ class Bow extends Tool{
|
||||
}
|
||||
|
||||
$ev->getProjectile()->spawnToAll();
|
||||
$location->getWorld()->addSound($location, new BowShootSound());
|
||||
$location->getWorldNonNull()->addSound($location, new BowShootSound());
|
||||
}else{
|
||||
$entity->spawnToAll();
|
||||
}
|
||||
|
Reference in New Issue
Block a user