Merge branch '3.5'

This commit is contained in:
Dylan K. Taylor
2019-01-04 11:46:12 +00:00

View File

@ -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{