mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Fixed AddEntityPacket
This commit is contained in:
parent
b8ff5716c7
commit
2c3ab612f2
@ -41,7 +41,7 @@ class AddEntityPacket extends RakNetDataPacket{
|
||||
public function encode(){
|
||||
$this->reset();
|
||||
$this->putInt($this->eid);
|
||||
$this->putInt($this->type);
|
||||
$this->putByte($this->type);
|
||||
$this->putFloat($this->x);
|
||||
$this->putFloat($this->y);
|
||||
$this->putFloat($this->z);
|
||||
|
Loading…
x
Reference in New Issue
Block a user