diff --git a/src/network/mcpe/protocol/LoginPacket.php b/src/network/mcpe/protocol/LoginPacket.php index dc433a8a9..ca86b98b3 100644 --- a/src/network/mcpe/protocol/LoginPacket.php +++ b/src/network/mcpe/protocol/LoginPacket.php @@ -52,14 +52,6 @@ class LoginPacket extends DataPacket implements ServerboundPacket{ /** @var ClientData decoded payload of the clientData JWT */ public $clientData; - /** - * This field may be used by plugins to bypass keychain verification. It should only be used for plugins such as - * Specter where passing verification would take too much time and not be worth it. - * - * @var bool - */ - public $skipVerification = false; - public function canBeSentBeforeLogin() : bool{ return true; }