mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
fix extradata defaults for broadcastLevelSoundEvent
fixes TNT sounds not working, amongst other things
This commit is contained in:
@ -249,7 +249,7 @@ class LevelSoundEventPacket extends DataPacket{
|
||||
/** @var Vector3 */
|
||||
public $position;
|
||||
/** @var int */
|
||||
public $extraData = 0;
|
||||
public $extraData = -1;
|
||||
/** @var string */
|
||||
public $entityType = ":"; //???
|
||||
/** @var bool */
|
||||
|
Reference in New Issue
Block a user