TakeItemEntityPacket: add missing decode, close #2633

This commit is contained in:
Dylan K. Taylor 2019-01-04 11:45:37 +00:00
parent d71a543d10
commit 11b59498d9

View File

@ -37,7 +37,8 @@ class TakeItemEntityPacket extends DataPacket{
public $eid;
protected function decodePayload(){
$this->target = $this->getEntityRuntimeId();
$this->eid = $this->getEntityRuntimeId();
}
protected function encodePayload(){