Silence LevelSoundEventPacket noise

This commit is contained in:
Dylan K. Taylor
2021-04-19 01:02:22 +01:00
parent 4f4069d403
commit 6845cbb2b3
2 changed files with 12 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace pocketmine\network\mcpe\protocol;
use pocketmine\math\Vector3;
use pocketmine\network\mcpe\protocol\serializer\PacketSerializer;
class LevelSoundEventPacket extends DataPacket implements ClientboundPacket, GarbageServerboundPacket{
class LevelSoundEventPacket extends DataPacket implements ClientboundPacket, ServerboundPacket{
public const NETWORK_ID = ProtocolInfo::LEVEL_SOUND_EVENT_PACKET;
public const SOUND_ITEM_USE_ON = 0;