mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
packet names
This commit is contained in:
@ -31,5 +31,9 @@ $dataName = array(
|
||||
0x10 => "ServerHandshake",
|
||||
0x13 => "ClientConnect",
|
||||
0x15 => "ClientDisconnect",
|
||||
0x82 => "LoginPacket",
|
||||
0x82 => "Login",
|
||||
0x83 => "LoginStatus",
|
||||
0x84 => "Ready",
|
||||
0x85 => "Message",
|
||||
0x66 => "SetTime",
|
||||
);
|
Reference in New Issue
Block a user