Update AutomaticLogDeleter.java

This commit is contained in:
Govindas 2021-06-12 15:11:03 +03:00
parent 91277ea8b7
commit b3b36a6150
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();
}
}