fix all remaining compilation errors and issues

This commit is contained in:
2026-01-25 13:46:05 -05:00
parent 4a2625ea1d
commit 91b1fa24ba
8 changed files with 1 additions and 4 deletions

View File

@@ -42,10 +42,6 @@ public class GriefDetectPlugin extends JavaPlugin {
@Override
public void onDisable() {
// Cleanup resources
if (detectionEngine != null) {
detectionEngine.shutdown();
}
getLogger().info("GriefDetect disabled");
}

View File

@@ -91,6 +91,7 @@ public class DetectionEngine implements Listener {
asyncExecutor.shutdownNow();
Thread.currentThread().interrupt();
}
plugin.getLogger().info("Detection engine stopped");
}
/**