aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2023-06-27 18:45:30 +1000
committerGitHub <noreply@github.com>2023-06-27 18:45:30 +1000
commitc18352ccb6b71b14961adab81032c44d7cc2b3d3 (patch)
tree748891b50421ede1a2273760b7ecac1db8531177 /src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java
parent3afaada8856709250573cfdb02222102d4361343 (diff)
downloadnotenoughupdates-c18352ccb6b71b14961adab81032c44d7cc2b3d3.tar.gz
notenoughupdates-c18352ccb6b71b14961adab81032c44d7cc2b3d3.tar.bz2
notenoughupdates-c18352ccb6b71b14961adab81032c44d7cc2b3d3.zip
Recent Pv profiles (#727)
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java
index 8c552146..edf106d5 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java
@@ -428,7 +428,7 @@ public class ProfileViewer {
@Getter
private final NEUManager manager;
private final HashMap<String, SkyblockProfiles> uuidToSkyblockProfiles = new HashMap<>();
- private final HashMap<String, String> nameToUuid = new HashMap<>();
+ final HashMap<String, String> nameToUuid = new HashMap<>();
public ProfileViewer(NEUManager manager) {
this.manager = manager;