LoginPacket: remove unused constant

This commit is contained in:
Dylan K. Taylor 2020-05-20 13:15:43 +01:00
parent 84f99ed418
commit 38a06f76f8

View File

@ -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 */