Send optional usage data

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-26 20:50:34 +01:00
parent 8e3efa0b7e
commit f476cf6943
4 changed files with 30 additions and 13 deletions

View File

@ -60,6 +60,8 @@ define("MC_UPDATE_BLOCK", 0x97);
define("MC_EXPLOSION", 0x99);
define("MC_LEVEL_EVENT", 0x9a);
define("MC_ENTITY_EVENT", 0x9c);
define("MC_REQUEST_CHUNK", 0x9d);
define("MC_CHUNK_DATA", 0x9e);