Sandertv / gophertunnel

General purpose library for Minecraft Bedrock Edition software written in Go
MIT License
419 stars 95 forks source link

Gophertunnel doesn't send the correct client's chunk radius #139

Closed UnknownOre closed 2 years ago

UnknownOre commented 2 years ago

Gophertunnel would request 16 chunk radius from the server when its doing the login-sequence, which would cause chunks not loading if the client chunks set to under 16

Sandertv commented 2 years ago

Closing this. The server-client mismatch is fixed now. In a proxy setting gophertunnel still doesn't properly respect the client's preferred chunk radius, but that is difficult due to gophertunnel's structure and isn't nearly as big of an issue.