mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-29 18:27:36 +02:00
@ -84,6 +84,8 @@ class ProtocolLibLoginSource implements LoginSource {
|
||||
}
|
||||
|
||||
newPacket.getByteArrays().write(verifyField, verifyToken);
|
||||
// shouldAuthenticate, but why does this field even exist?
|
||||
newPacket.getBooleans().writeSafely(0, true);
|
||||
|
||||
//serverId is an empty string
|
||||
ProtocolLibrary.getProtocolManager().sendServerPacket(player, newPacket);
|
||||
|
Reference in New Issue
Block a user