Start expiry tasks

This commit is contained in:
dordsor21 2020-07-08 14:35:46 +01:00
parent f2191cb731
commit d267d1bb98
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -259,6 +259,7 @@ public class PlotSquared {
if (Settings.Enabled_Components.CHUNK_PROCESSOR) {
this.IMP.registerChunkProcessor();
}
startExpiryTasks();
// Create Event utility class
eventDispatcher = new EventDispatcher();
// create Hybrid utility class