mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Multiple tree packet handling
This commit is contained in:
@ -165,7 +165,7 @@ class Packet{
|
||||
}
|
||||
break;
|
||||
case "customData":
|
||||
$d = new CustomPacketHandler($this->data[1], $this->get(Utils::readShort($this->get(2), false) >> 3));
|
||||
$d = new CustomPacketHandler($this->data[1], $this->get(true));
|
||||
$d->data["packetName"] = $d->name;
|
||||
if(isset($d->data["packets"])){
|
||||
$this->data["packets"] = $d->data["packets"];
|
||||
|
Reference in New Issue
Block a user