mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-15 03:41:30 +01:00
Disable netty errors processing by default
This commit is contained in:
parent
e3f6b73241
commit
a58dab4f34
@ -98,7 +98,7 @@ public final class MinecraftServer {
|
||||
private static PacketProcessor packetProcessor;
|
||||
private static NettyServer nettyServer;
|
||||
private static int nettyThreadCount = Runtime.getRuntime().availableProcessors();
|
||||
private static boolean processNettyErrors = true;
|
||||
private static boolean processNettyErrors = false;
|
||||
|
||||
// In-Game Manager
|
||||
private static ConnectionManager connectionManager;
|
||||
|
Loading…
Reference in New Issue
Block a user