mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Merge branch '3.5'
This commit is contained in:
@ -37,7 +37,8 @@ class TakeItemEntityPacket extends DataPacket{
|
|||||||
public $eid;
|
public $eid;
|
||||||
|
|
||||||
protected function decodePayload() : void{
|
protected function decodePayload() : void{
|
||||||
|
$this->target = $this->getEntityRuntimeId();
|
||||||
|
$this->eid = $this->getEntityRuntimeId();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function encodePayload() : void{
|
protected function encodePayload() : void{
|
||||||
|
Reference in New Issue
Block a user