Update AutomaticLogDeleter.java

This commit is contained in:
Govindas 2021-06-12 15:11:03 +03:00
parent c10677ee98
commit 4a37ac3691
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class AutomaticLogDeleter extends JavaPlugin {
if (config.getBoolean("also-delete-logs-on-shutdown")) {
//we aren't using separate thread here, so it has time to finish before server shutdowns
deleteLogs();
}
}