Heath123 / pakkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Falsely claiming online mode

timvandam opened this issue · comments

Title. I am using pakkit on a custom server that uses compression. It does not use encryption so I don't know why it thinks it uses online mode

image

In the image you can see that packets are correctly intercepted in the background

targetClient.on('noAuth', () => {
// Request manual authentication
console.log('Automatic auth failed - manual auth needed')
authWindowOpen = true
manualAuthCallback()
})

This is the relevant code, you could try removing it as a workaround

Is there a way that I can reproduce this?

Ah I guess it's either minecraft-protocol or my own server then. It happens when I use pakkit with my own server: https://github.com/timvandam/minecraft-server

Should be fixed now, tell me if you're still getting this