iTXTech / Genisys

Feature-rich server software for Minecraft: Pocket Edition & Windows 10 Edition Beta
https://itxtech.org/genisys/
GNU General Public License v3.0
432 stars 244 forks source link

SpellParticle broadcasts Potion Sound #2353

Open Muqsit opened 7 years ago

Muqsit commented 7 years ago

Issue description

When you spawn in \pocketmine\level\particle\SpellParticle, it not only displays the spawn particle, but also broadcasts the glass-break sound. Is it supposed to be this particle instead?

Steps to reproduce the issue

Player::getLevel()->addParticle(new \pocketmine\level\particle\SpellParticle(Player::getLocation(), 255, 0, 255);

OS and versions

Crashdump, backtrace, memory dumps, plugins list or other files

dktapps commented 7 years ago

That's Witch Spell particle. I must have missed that during the cherry-picking craze. Oops.