mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
Removed big & nasty unhandled message for inventory sending
This commit is contained in:
@ -782,6 +782,8 @@ class Player{
|
||||
}
|
||||
}
|
||||
break;
|
||||
case MC_SEND_INVENTORY: //TODO
|
||||
break;
|
||||
default:
|
||||
console("[DEBUG] Unhandled 0x".dechex($data["id"])." Data Packet for Client ID ".$this->clientID.": ".print_r($data, true), true, true, 2);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user