Full Data packet handling

This commit is contained in:
Shoghi Cervantes Pueyo
2012-11-23 19:19:58 +01:00
parent 6b12832b02
commit c104e21ef0
6 changed files with 119 additions and 35 deletions

View File

@ -165,8 +165,7 @@ class Packet{
}
break;
case "customData":
$d = new CustomPacketHandler($this->data[1], $this->get(true));
$d->data["packetName"] = $d->name;
$d = new SerializedPacketHandler($this->data[1], $this->get(true));
if(isset($d->data["packets"])){
$this->data["packets"] = $d->data["packets"];
}else{