mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 23:29:54 +00:00
LoginPacket: removed an old hack that's no longer used
This commit is contained in:
parent
a92580b993
commit
5d154e43a9
@ -52,14 +52,6 @@ class LoginPacket extends DataPacket implements ServerboundPacket{
|
|||||||
/** @var ClientData decoded payload of the clientData JWT */
|
/** @var ClientData decoded payload of the clientData JWT */
|
||||||
public $clientData;
|
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{
|
public function canBeSentBeforeLogin() : bool{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user