"Working" server

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-06 02:11:20 +01:00
parent fc63676bde
commit 2fd71922ca
6 changed files with 36 additions and 15 deletions

View File

@ -136,9 +136,9 @@ class CustomPacketHandler{
break;
case 0x83:
if($this->c === false){
$this->data["unknown1"] = Utils::readInt($this->get(4));
$this->data["status"] = Utils::readInt($this->get(4));
}else{
$this->raw .= Utils::writeInt($this->data["unknown1"]);
$this->raw .= Utils::writeInt($this->data["status"]);
}
break;
case 0x85: