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