Update AutomaticLogDeleter.java
This commit is contained in:
parent
c10677ee98
commit
4a37ac3691
@ -23,7 +23,7 @@ public class AutomaticLogDeleter extends JavaPlugin {
|
|||||||
if (config.getBoolean("also-delete-logs-on-shutdown")) {
|
if (config.getBoolean("also-delete-logs-on-shutdown")) {
|
||||||
|
|
||||||
//we aren't using separate thread here, so it has time to finish before server shutdowns
|
//we aren't using separate thread here, so it has time to finish before server shutdowns
|
||||||
|
|
||||||
deleteLogs();
|
deleteLogs();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user