diff --git a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java index 5307f16e0..7e93cc2de 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportRepository.java @@ -137,7 +137,7 @@ public class ReportRepository { _logger.log(Level.SEVERE, "Error whilst fetching unhandled reports.", throwable); return new ArrayList<>(); - }) + }); return future; }