This wasn't meant to be included in the last commit
This commit is contained in:
parent
bb9dbf1da4
commit
635e07c5a2
@ -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<UUID, String> waitingForInvisibility = new HashMap<>();
|
||||
|
||||
public ReportManager(JavaPlugin plugin, SnapshotManager snapshotManager, CoreClientManager clientManager,
|
||||
IncognitoManager incognitoManager, String serverName, int serverWeight)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user