mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
LoginPacket: remove unused constant
This commit is contained in:
@ -35,8 +35,6 @@ use function json_decode;
|
|||||||
class LoginPacket extends DataPacket{
|
class LoginPacket extends DataPacket{
|
||||||
public const NETWORK_ID = ProtocolInfo::LOGIN_PACKET;
|
public const NETWORK_ID = ProtocolInfo::LOGIN_PACKET;
|
||||||
|
|
||||||
public const EDITION_POCKET = 0;
|
|
||||||
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
public $username;
|
public $username;
|
||||||
/** @var int */
|
/** @var int */
|
||||||
|
Reference in New Issue
Block a user