mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
LoginPacket: remove unused constant
This commit is contained in:
parent
84f99ed418
commit
38a06f76f8
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user