Removed big & nasty unhandled message for inventory sending

This commit is contained in:
Shoghi Cervantes Pueyo 2013-02-25 20:51:32 +01:00
parent 53b79a1f7b
commit 8d522077c4

View File

@ -782,6 +782,8 @@ class Player{
} }
} }
break; break;
case MC_SEND_INVENTORY: //TODO
break;
default: default:
console("[DEBUG] Unhandled 0x".dechex($data["id"])." Data Packet for Client ID ".$this->clientID.": ".print_r($data, true), true, true, 2); console("[DEBUG] Unhandled 0x".dechex($data["id"])." Data Packet for Client ID ".$this->clientID.": ".print_r($data, true), true, true, 2);
break; break;