mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Fixed FloatingTextParticle merge error
This commit is contained in:
parent
c8a8e33fc1
commit
f4de4bd971
@ -94,7 +94,7 @@ class FloatingTextParticle implements Particle{
|
|||||||
EntityMetadataProperties::BOUNDING_BOX_WIDTH => new FloatMetadataProperty(0.0),
|
EntityMetadataProperties::BOUNDING_BOX_WIDTH => new FloatMetadataProperty(0.0),
|
||||||
EntityMetadataProperties::BOUNDING_BOX_HEIGHT => new FloatMetadataProperty(0.0),
|
EntityMetadataProperties::BOUNDING_BOX_HEIGHT => new FloatMetadataProperty(0.0),
|
||||||
EntityMetadataProperties::NAMETAG => new StringMetadataProperty($name),
|
EntityMetadataProperties::NAMETAG => new StringMetadataProperty($name),
|
||||||
EntityMetadataProperties::VARIANT => new IntMetadataProperty(RuntimeBlockMapping::getInstance()->toRuntimeId(VanillaBlocks::AIR()->getFullId())),
|
EntityMetadataProperties::VARIANT => new IntMetadataProperty(RuntimeBlockMapping::getInstance()->toRuntimeId(VanillaBlocks::AIR()->getStateId())),
|
||||||
EntityMetadataProperties::ALWAYS_SHOW_NAMETAG => new ByteMetadataProperty(1),
|
EntityMetadataProperties::ALWAYS_SHOW_NAMETAG => new ByteMetadataProperty(1),
|
||||||
];
|
];
|
||||||
$p[] = AddActorPacket::create(
|
$p[] = AddActorPacket::create(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user