Oliver Small

Results 3 comments of Oliver Small

> update: `client.end("")` worked, passing an empty string as the parameter. In minecraft it showed "Disconnected". The same error persists if I added characters with spaces like `client.end("Server is still...

The error occurs because there are unexpected characters in the client end reason. I am using Node 24.0.1, minecraft-protocol 1.57.0, and Minecraft 1.21.1. Here is my code that can reproduce...

@blacbrue Yes it did work in that the client doesn't see the ugly Internal Exception, and the login event fires. But, on 1.21.1, the client doesn't show the end reason...