LevelAPI and pre-map r

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-13 02:49:04 +01:00
parent 801c2736ba
commit 063f44c330
8 changed files with 115 additions and 24 deletions

View File

@ -35,7 +35,7 @@ define("MC_SERVER_HANDSHAKE", 0x10);
define("MC_CLIENT_HANDSHAKE", 0x13);
define("MC_CLIENT_DISCONNECT", 0x15);
define("MC_DISCONNECT", 0x15);
define("MC_LOGIN", 0x82);
define("MC_LOGIN_STATUS", 0x83);

View File

@ -33,7 +33,7 @@ $dataName = array(
MC_CLIENT_HANDSHAKE => "ClientHandshake",
MC_CLIENT_DISCONNECT => "ClientDisconnect",
MC_DISCONNECT => "Disconnect",
0x18 => "Unknown",