mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
LoginPacket: removed an old hack that's no longer used
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user