diff --git a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java index 6a835e8c6..d924f065a 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/report/ReportManager.java @@ -1,7 +1,6 @@ package mineplex.core.report; import java.util.Collection; -import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Optional; @@ -55,8 +54,6 @@ public class ReportManager private final ReportRepository _reportRepository; private final ReportProfileRepository _reportProfileRepository; - private final Map waitingForInvisibility = new HashMap<>(); - public ReportManager(JavaPlugin plugin, SnapshotManager snapshotManager, CoreClientManager clientManager, IncognitoManager incognitoManager, String serverName, int serverWeight) {