Remove old system.

This commit is contained in:
Brianna 2019-06-30 12:08:58 -04:00
parent b8ba3a2b10
commit ba0a76bdf6

View File

@ -52,8 +52,6 @@ public class ModuleSuction implements Module {
} catch (ReflectiveOperationException e) {
e.printStackTrace();
}
Bukkit.getScheduler().scheduleSyncRepeatingTask(EpicHoppers.getInstance(), blacklist::clear, 0L, 100L);
}