Renamed LoginStatusPacket to PlayStatusPacket, added spawn status, new colors

This commit is contained in:
Shoghi Cervantes
2015-03-12 10:35:39 +01:00
parent 15ee0c37c6
commit 8ddd701d76
5 changed files with 43 additions and 32 deletions

View File

@ -33,7 +33,7 @@ interface Info{
const CURRENT_PROTOCOL = 21;
const LOGIN_PACKET = 0x82;
const LOGIN_STATUS_PACKET = 0x83;
const PLAY_STATUS_PACKET = 0x83;
const DISCONNECT_PACKET = 0x84;