Starting to support Chest windows

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-05 22:13:10 +01:00
parent 54e6bd0ee9
commit 700314d75a
11 changed files with 144 additions and 18 deletions

View File

@@ -398,7 +398,7 @@ class Player{
$this->server->api->block->drop($this->entity->x, $this->entity->y, $this->entity->z, $data["block"], $data["meta"], $data["stack"]);
break;
default:
console("[INTERNAL] Unhandled 0x".dechex($data["id"])." Data Packet for Client ID ".$this->clientID.": ".print_r($data, true), true, true, 3);
console("[DEBUG] Unhandled 0x".dechex($data["id"])." Data Packet for Client ID ".$this->clientID.": ".print_r($data, true), true, true, 2);
break;
}
break;