Packet names

This commit is contained in:
Shoghi Cervantes Pueyo
2012-11-23 14:34:58 +01:00
parent 4daf7840d8
commit ff7a61c7ae
5 changed files with 65 additions and 5 deletions

View File

@ -161,6 +161,16 @@ class CustomPacketHandler{
$this->raw .= "\x00\xae\x21\x4e";
}
break;
case 0x15:
//null
break;
case 0x00:
if($this->c === false){
$this->data["payload"] = $this->get(8);
}else{
$this->raw .= $this->data["payload"];
}
break;
}
}