fix all remaining compilation errors and issues
This commit is contained in:
@@ -42,10 +42,6 @@ public class GriefDetectPlugin extends JavaPlugin {
|
||||
@Override
|
||||
public void onDisable() {
|
||||
// Cleanup resources
|
||||
if (detectionEngine != null) {
|
||||
detectionEngine.shutdown();
|
||||
}
|
||||
|
||||
getLogger().info("GriefDetect disabled");
|
||||
}
|
||||
|
||||
|
||||
@@ -91,6 +91,7 @@ public class DetectionEngine implements Listener {
|
||||
asyncExecutor.shutdownNow();
|
||||
Thread.currentThread().interrupt();
|
||||
}
|
||||
plugin.getLogger().info("Detection engine stopped");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user