mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Merge commit '82d9e481d2a0a389fbbc6dfd3672fc366127febc'
This commit is contained in:
@ -37,7 +37,6 @@ use pocketmine\item\ItemFactory;
|
||||
use pocketmine\math\AxisAlignedBB;
|
||||
use pocketmine\math\Facing;
|
||||
use pocketmine\math\Vector3;
|
||||
use pocketmine\network\mcpe\protocol\ExplodePacket;
|
||||
use pocketmine\world\particle\HugeExplodeSeedParticle;
|
||||
use pocketmine\world\sound\ExplodeSound;
|
||||
use pocketmine\world\utils\SubChunkIteratorManager;
|
||||
@ -251,8 +250,6 @@ class Explosion{
|
||||
$send[] = $pos->subtract($source);
|
||||
}
|
||||
|
||||
$this->world->broadcastPacketToViewers($source, ExplodePacket::create($this->source->asVector3(), $this->size, $send));
|
||||
|
||||
$this->world->addParticle($source, new HugeExplodeSeedParticle());
|
||||
$this->world->addSound($source, new ExplodeSound());
|
||||
|
||||
|
Reference in New Issue
Block a user