Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Disable old metrics (forgot something)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStegii committed Nov 14, 2020
1 parent 2a7a4e5 commit 6f417f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proxy/src/main/java/net/md_5/bungee/BungeeCord.java
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@ private void independentThreadStop(final String reason, boolean callSystemExit)
reconnectHandler.close();
}
saveThread.cancel();
metricsThread.cancel();
// KettleCord (disable metrics)
// metricsThread.cancel();

getLogger().info( "Disabling plugins" );
for ( Plugin plugin : Lists.reverse( new ArrayList<>( pluginManager.getPlugins() ) ) )
Expand Down

0 comments on commit 6f417f0

Please sign in to comment.