Remove useless line of code

This commit is contained in:
2025-06-26 22:06:38 +02:00
parent 3f7cd48f27
commit b6279fd7fa
@@ -127,6 +127,5 @@ public class Core extends JavaPlugin {
errorHandler.unregister();
if(crashDetector.onMainThread())
Statement.closeAll();
this.getServer().getMessenger().unregisterIncomingPluginChannel(this);
}
}