mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Merge branch '3.5'
This commit is contained in:
commit
febf1b1801
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user