makamys/CoreTweaks

Crash handler does not close server connection

Opened this issue · 4 comments

Server connection not closed during CrashReport

I need a log

By checking the code in MixinMinecraft.class
I didn't see a call anywhere.
Minecraft.getNetHandler().onDisconnect

No errors were found in the logs.
Hooked into Minecraft.freeMemory and called onDisconnect

Oh, I misunderstood. I thought you were reporting a crash, but what you're saying is the server connection is not closed when CoreTweaks catches a crash. This is only an issue in multiplayer, right?

I didn't get a chance to test it in single player so I don't know.
In multiplayer, yes