Merge branch 'api3/network' into api3/network-mcpe-1.1

This commit is contained in:
Dylan K. Taylor
2017-04-15 10:30:02 +01:00
3 changed files with 7 additions and 3 deletions

View File

@ -26,6 +26,6 @@ use pocketmine\network\mcpe\protocol\LevelEventPacket;
class PopSound extends GenericSound{
public function __construct(Vector3 $pos, $pitch = 0){
parent::__construct($pos, LevelEventPacket::EVENT_SOUND_CLICK_FAIL, $pitch);
parent::__construct($pos, LevelEventPacket::EVENT_SOUND_POP, $pitch);
}
}