Fix packet handle errors not showing on F3 screen

This commit is contained in:
s809
2025-12-17 00:15:55 +05:00
parent 2943e63382
commit cbd5974657
@@ -92,7 +92,8 @@ public class NetworkSession extends AbstractNetworkEventSource
{
LOGGER.error("Failed to handle the message. New messages will be ignored.", e);
LOGGER.error("Message: ["+message+"]");
this.close();
this.close(e);
}
}