mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Added encode and decode methods for more packets
This commit is contained in:
@ -77,7 +77,7 @@ class FloatingTextParticle extends Particle{
|
||||
if(!$this->invisible){
|
||||
|
||||
$pk = new AddEntityPacket();
|
||||
$pk->eid = $this->entityId;
|
||||
$pk->entityRuntimeId = $this->entityId;
|
||||
$pk->type = ItemEntity::NETWORK_ID;
|
||||
$pk->x = $this->x;
|
||||
$pk->y = $this->y - 0.75;
|
||||
|
Reference in New Issue
Block a user