Added MC_REMOVE_PLAYER

This commit is contained in:
Shoghi Cervantes Pueyo
2013-05-17 14:33:14 +02:00
parent 6db36c238f
commit d71a088460
2 changed files with 10 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ define("MC_SET_TIME", 0x86);
define("MC_START_GAME", 0x87);
define("MC_ADD_MOB", 0x88);
define("MC_ADD_PLAYER", 0x89);
//define("MC_REMOVE_PLAYER", 0x8a);
define("MC_REMOVE_PLAYER", 0x8a);
define("MC_ADD_ENTITY", 0x8c);
define("MC_REMOVE_ENTITY", 0x8d);