Protocol changes 2

This commit is contained in:
Shoghi Cervantes Pueyo 2013-01-30 16:13:33 +01:00
parent db38b824b7
commit c787142346
2 changed files with 1 additions and 6 deletions

View File

@ -133,10 +133,6 @@ class CustomPacketHandler{
case MC_DISCONNECT:
//null
break;
case 0x18:
case 0xa9:
//null
break;
case MC_LOGIN:
if($this->c === false){
$this->data["username"] = $this->get(Utils::readShort($this->get(2), false));

View File

@ -79,8 +79,7 @@ define("MC_SET_ENTITY_MOTION", 0xa5);
define("MC_SET_HEALTH", 0xa8);
define("MC_SET_SPAWN_POSITION", 0xa9);
define("MC_ANIMATE", 0xaa);
define("MC_RESPAWN", 0xac);
define("MC_RESPAWN", 0xab);
define("MC_DROP_ITEM", 0xad);