mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2026-06-22 06:30:38 +00:00
Gracefully shutdown event loop, closes #346
This commit is contained in:
@@ -281,7 +281,7 @@ public class BungeeCord extends ProxyServer
|
||||
}
|
||||
|
||||
getLogger().info( "Closing IO threads" );
|
||||
eventLoops.shutdown();
|
||||
eventLoops.shutdownGracefully();
|
||||
|
||||
getLogger().info( "Saving reconnect locations" );
|
||||
reconnectHandler.save();
|
||||
|
||||
Reference in New Issue
Block a user