mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Renamed LoginStatusPacket to PlayStatusPacket, added spawn status, new colors
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user